com.ibm.xdms.exception.xcap
Class LocalConstraintFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.ibm.xdms.exception.XdmsException
com.ibm.xdms.exception.xcap.XcapException
com.ibm.xdms.exception.xcap.LocalConstraintFailureException
- All Implemented Interfaces:
- java.io.Serializable
public class LocalConstraintFailureException
- extends XcapException
Exception which indicates that the requested operation would result in a
document that failed a data is violated that is defined by the local policy,
but not enforced by the schema or a uniqueness constraint.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class javax.servlet.ServletException |
getRootCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
LocalConstraintFailureException
public LocalConstraintFailureException()
- Constructor, with no phrase attribute
LocalConstraintFailureException
public LocalConstraintFailureException(java.lang.String phrase)
- Constructor, with a phrase attribute
- Parameters:
phrase
- Value for the not-well-formed element's phrase attribute
LocalConstraintFailureException
public LocalConstraintFailureException(int status,
java.lang.String phrase)
- Constructor, with a phrase and status code
- Parameters:
status
- HTTP Status Codephrase
- Value for the not-well-formed element's phrase attribute