Package com.saperion.exception
Class SaGetNodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.exception.SaBasicException
-
- com.saperion.exception.SaJCRException
-
- com.saperion.exception.SaGetNodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class SaGetNodeException extends SaJCRException
* Exceptions in getting node or content; occur in the following situations:- "creating document structure in memory failed",
- "loading document metadata failed",
- "loading sub-document from structure failed",
- "loading document content failed",
- "invalid document handle was provided",
- "no document content available",
- "accessing document handle failed",
- "accessing document content failed",
- "given byte offset is greater than data size",
- "document uid is empty",
- "document member is empty",
- "unsupported document type encountered",
- "initializing index data array failed",
- "archiving new document failed",
- "committing transaction failed",
- "rolling back transaction failed",
- "transaction ID is invalid/empty",
- "updatind document content on medium failed",
- "updatind document metadata in database failed",
- "deleting document failed",
- "retrieving database cursor failed".
- Author:
- rad
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaGetNodeException(java.lang.String s)
ConstructsSaGetNodeException
with the specified message.SaGetNodeException(java.lang.String s, java.lang.Throwable cause)
ConstructsSaGetNodeException
with the specified message and nested exception.
-
-
-
Constructor Detail
-
SaGetNodeException
public SaGetNodeException(java.lang.String s)
ConstructsSaGetNodeException
with the specified message.- Parameters:
s
- error message
-
SaGetNodeException
public SaGetNodeException(java.lang.String s, java.lang.Throwable cause)
ConstructsSaGetNodeException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-
-