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