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