Package com.saperion.exception
Class SaSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaSystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LegacyOperationAdapter.EcmExceptionWrapper
,NativeException
,SaFolderAlreadyExistsException
,SaFolderNameException
,SaFolderOperationNotAllowedException
,SaSapUrlException
,SaTooManyResultsException
,SaUniqueConstraintViolationException
,WrappedBasicException
,WrappedEcmException
Exception class for common system errors and some failed RMI commands.
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaSystemException
(String errorMessage) ConstructsSaRMICommandException
with the specified message.SaSystemException
(String errorMessage, Throwable cause) ConstructsSaRMICommandException
with the specified message and nested exception.SaSystemException
(Throwable cause) ConstructsSaRMICommandException
with the specified message and nested exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaSystemException
ConstructsSaRMICommandException
with the specified message.- Parameters:
errorMessage
- Message
-
SaSystemException
ConstructsSaRMICommandException
with the specified message and nested exception.- Parameters:
errorMessage
- Messagecause
- Thowable
-
SaSystemException
ConstructsSaRMICommandException
with the specified message and nested exception.- Parameters:
cause
- Thowable
-