Package com.saperion.rmi.serverexception
Class SaRMIGetNodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.rmi.RemoteException
-
- com.saperion.rmi.serverexception.SaRMIBaseException
-
- com.saperion.rmi.serverexception.SaRMIGetNodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class SaRMIGetNodeException extends SaRMIBaseException
* 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",
- "updating document content on medium failed",
- "updating document meta data in database failed",
- "deleting document failed",
- "retrieving database cursor failed",
- "no uid provided, when creating a link to a document".
- Author:
- lav
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMIGetNodeException()
constructsSaRMIGetNodeException
.SaRMIGetNodeException(java.lang.String s)
constructsSaRMIGetNodeException
with the specified message.SaRMIGetNodeException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMIGetNodeException
with the specified message and nested exception.
-
Method Summary
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMIGetNodeException
public SaRMIGetNodeException()
constructsSaRMIGetNodeException
.
-
SaRMIGetNodeException
public SaRMIGetNodeException(java.lang.String s)
constructsSaRMIGetNodeException
with the specified message.- Parameters:
s
- error message
-
SaRMIGetNodeException
public SaRMIGetNodeException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMIGetNodeException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-
-