public class InvalidContentException extends ApplicationUsageException
| Constructor and Description |
|---|
InvalidContentException(String message,
Constraints constraints) |
InvalidContentException(String message,
Throwable cause,
Constraints constraints) |
InvalidContentException(Throwable cause,
Constraints constraints) |
| Modifier and Type | Method and Description |
|---|---|
Constraints |
getConstraints() |
String |
getConstraintsId() |
void |
setConstraintsId(String id) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidContentException(String message, Throwable cause, Constraints constraints)
public InvalidContentException(String message, Constraints constraints)
public InvalidContentException(Throwable cause, Constraints constraints)
public Constraints getConstraints()
public final void setConstraintsId(String id)
public final String getConstraintsId()
Copyright (C) 2014, Center for Open Middleware