public class BadRequestException extends FMSException
Constructor and Description |
---|
BadRequestException(List<com.intuit.ipp.data.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<com.intuit.ipp.data.Error> error)
error
- the list of errorspublic BadRequestException(String errorMessage)
errorMessage
- the error messagepublic BadRequestException(Throwable throwable)
throwable
- the throwableCopyright © 2018. All Rights Reserved.