public class ServiceException extends FMSException
| Constructor and Description |
|---|
ServiceException(List<Error> error)
Constructor ServiceException
|
ServiceException(String errorMessage)
Constructor ServiceException
|
ServiceException(String errorMessage,
Throwable throwable)
Constructor ServiceException
|
ServiceException(Throwable throwable)
Constructor ServiceException
|
getErrorList, getString, getThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException(List<Error> error)
error - the list of errorspublic ServiceException(String errorMessage)
errorMessage - the error messagepublic ServiceException(Throwable throwable)
throwable - the throwableCopyright © 2017. All rights reserved.