com.ibm.xdms.exception.xcap
Class CannotDeleteException
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.CannotDeleteException
- All Implemented Interfaces:
- java.io.Serializable
public class CannotDeleteException
- extends XcapException
Exception which indicates that the requested DELETE
operation could not be performed because it would not be
idempotent.
- 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
CannotDeleteException
public CannotDeleteException()
- Constructor, with no phrase attribute. Default 409 Conflict.
CannotDeleteException
public CannotDeleteException(java.lang.String phrase)
- Constructor, with a phrase attribute. Default 409 Conflict.
- Parameters:
phrase
- Value for the not-well-formed element's phrase attribute
CannotDeleteException
public CannotDeleteException(int statusCode)
- Constructor, with no phrase attribute.
- Parameters:
statusCode
- The status code to use.
CannotDeleteException
public CannotDeleteException(int statusCode,
java.lang.String phrase)
- Constructor, with a phrase attribute. Default 409 Conflict.
- Parameters:
statusCode
- The status code to use.phrase
- Value for the not-well-formed element's phrase attribute