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