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