Package com.saperion.rmi.serverexception
This package contains the exception classes for RMI client components.
-
Enum Summary Enum Description SapError Possible errors when checking sap url.SaRMIFolderException.ErrorCode Error code. -
Exception Summary Exception Description NativeException An exception indicating that a native call resulted in a return code other than retOk.SaRMIAuthenticationException Authentication exceptions which may occur in the following situations.SaRMIBaseException Base Exception for RemoteException.SaRMIDBException DB related exception raised in the following situations.SaRMIDDCException DDC related exception raised in the following situations:
//GetDefinitions "DDC files could not be retrieved",
//GetFields "database definition could not be opened", "database definition invalid, possibly empty DB mappings or invalid data source".SaRMIFolderException Exception, thrown during folder related errors.SaRMIGetNodeException * 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".SaRMIHibernateExeption Exception, thrown during the Execution of the query by Hibernate.SaRMILicenseNotAllowedException This exception is thrown when a user logs on with a license that he is not allowed to use because of missing privileges.SaRMILockException * Lock exceptions which occur in the following situations: "locking or unlocking document failed", "document is currently locked by another user", "retrieving lock data failed, possibly unavailable".SaRMIPasswordExpiredException Indicates that the users password is expired.SaRMIPropertyException Property exceptions are raised when the following situations occur: setting document property failed, column/property name does not exist, invalid database definition name specified, inappropriate index element count specified for field type, binary data section (lob) is empty, unsupported property type specified.SaRMISapException Exception thrown by checkSapUrl to indicate an error in the RLINK server.SaRMISearchFieldException SaRMISetACLException SaRMISetContentException Exceptions in setting content, occur in the following situations: "creating temporary file failed", "making up temporary file name failed", "handle to temporary content file is invalid", "writing buffer to content file failed", "inserting content into document failed", "closing temporary file failed".SaRMISetNodeException Exceptions in setting or deletion node; occurs in the following situations: "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", "given byte offset is greater than data size".SaRMISQLException Exception, thrown during the Execution of the native SQL query.SaRMISystemException System related exception raised in common system specific error situations.SaRMITooManyResultsException This exception is thrown when a query returned more results as allowed by the value of the parameter rmi.query.maxresults.SaRMIUniqueConstraintViolationException Exception thrown when a document is created or updated and the value of a unique field already exists in another document.