Package | Description |
---|---|
com.saperion.exception |
This package contains the classes for the global exceptions.
|
com.saperion.rmi.serverexception |
This package contains the exception classes for RMI client components.
|
com.saperion.rmi.serverexception.wf |
This package contains the exception classes for RMI client workflow components.
|
Modifier and Type | Method and Description |
---|---|
SaRMIBaseException |
SaOperationRmiException.getWrappedException()
Deprecated.
Returns the wrapped
SaRMIBaseException . |
Constructor and Description |
---|
SaOperationRmiException(SaRMIBaseException exception)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SaRMIAuthenticationException
Authentication exceptions which may occur in the following situations.
|
class |
SaRMIDBException
DB related exception raised in the following situations.
|
class |
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". |
class |
SaRMIFolderException
Exception, thrown during folder related errors.
|
class |
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".
|
class |
SaRMIHibernateExeption
Exception, thrown during the Execution of the query by Hibernate.
|
class |
SaRMILicenseNotAllowedException
This exception is thrown when a user logs on with a license that he is not allowed to use
because of missing privileges.
|
class |
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".
|
class |
SaRMIPasswordExpiredException
Indicates that the users password is expired.
|
class |
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.
|
class |
SaRMISapException
Exception thrown by checkSapUrl to indicate an error in the RLINK server.
|
class |
SaRMISearchFieldException |
class |
SaRMISetACLException |
class |
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".
|
class |
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".
|
class |
SaRMISQLException
Exception, thrown during the Execution of the native SQL query.
|
class |
SaRMISystemException
System related exception raised in common system specific error situations.
|
class |
SaRMITooManyResultsException
This exception is thrown when a query returned more results as allowed by the value of the
parameter rmi.query.maxresults.
|
class |
SaRMIUniqueConstraintViolationException
Exception thrown when a document is created or updated and the value of a unique field already exists in
another document.
|
Modifier and Type | Class and Description |
---|---|
class |
SaRMIWorkflowException |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.