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, getThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.