public class InconsistentContentException extends InvalidContentException
| Constructor and Description |
|---|
InconsistentContentException(String message,
Constraints constraints)
Create a new instance with a message and constraints.
|
InconsistentContentException(String message,
Throwable cause,
Constraints constraints)
Create a new instance with a message, a cause, and constraints.
|
InconsistentContentException(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 InconsistentContentException(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 InconsistentContentException(String message, Constraints constraints)
message - the description of the failure.constraints - the constraints that are not satisfied by the input data.public InconsistentContentException(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, Center for Open Middleware