public class UnsupportedContentException extends InvalidContentException
| Constructor and Description |
|---|
UnsupportedContentException(String message,
Constraints constraints)
Create a new instance with a message and constraints.
|
UnsupportedContentException(String message,
Throwable cause,
Constraints constraints)
Create a new instance with a message, a cause, and constraints.
|
UnsupportedContentException(Throwable cause,
Constraints constraints)
Create a new instance with a cause, constraints, and a default message.
|
getConstraints, getConstraintsId, setConstraintsIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedContentException(String message, Throwable cause, Constraints constraints)
message - the description of the failure.cause - the underlying cause of the failure.constraints - the constraints that are not satisfied by the input data.public UnsupportedContentException(String message, Constraints constraints)
message - the description of the failure.constraints - the constraints that are not satisfied by the input data.public UnsupportedContentException(Throwable cause, Constraints constraints)
cause - the underlying cause of the failure.constraints - the constraints that are not satisfied by the input data.
Copyright (C) 2014-2016, Center for Open Middleware