com.ibm.xdms.exception.xcap
Class NoParentException
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.NoParentException
- All Implemented Interfaces:
- java.io.Serializable
public class NoParentException
- extends XcapException
Exception which indicates that an attempt to insert an element, attribute or
document failed because the document or element into which the insertion was
supposed to occur does not exist.
- 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
NoParentException
public NoParentException(java.lang.String ancestor,
java.lang.String phrase)
- Constructor
- Parameters:
ancestor
- Optional ancestor URIphrase
- Optional phrase attribute
NoParentException
public NoParentException()
- Constructor
NoParentException
public NoParentException(java.lang.String ancestor)
- Constructor
- Parameters:
ancestor
- Optional ancestor URI