public class UnexpectedValueException extends ValidationException
Constructor and Description |
---|
UnexpectedValueException() |
UnexpectedValueException(java.lang.String message,
StatusCode code) |
UnexpectedValueException(java.lang.String message,
java.lang.Throwable cause,
StatusCode code) |
UnexpectedValueException(java.lang.Throwable cause) |
getCode
public UnexpectedValueException()
public UnexpectedValueException(java.lang.Throwable cause)
public UnexpectedValueException(java.lang.String message, StatusCode code)
public UnexpectedValueException(java.lang.String message, java.lang.Throwable cause, StatusCode code)