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:
java.io.Serializable
- Direct Known Subclasses:
LegacyOperationAdapter.EcmExceptionWrapper
,NativeException
,SaFolderAlreadyExistsException
,SaFolderNameException
,SaFolderOperationNotAllowedException
,SaSapUrlException
,SaTooManyResultsException
,SaUniqueConstraintViolationException
,WrappedBasicException
,WrappedEcmException
public class SaSystemException extends SaBasicException
Exception class for common system errors and some failed RMI commands.- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaSystemException(java.lang.String errorMessage)
ConstructsSaRMICommandException
with the specified message.SaSystemException(java.lang.String errorMessage, java.lang.Throwable cause)
ConstructsSaRMICommandException
with the specified message and nested exception.SaSystemException(java.lang.Throwable cause)
ConstructsSaRMICommandException
with the specified message and nested exception.
-
-
-
Constructor Detail
-
SaSystemException
public SaSystemException(java.lang.String errorMessage)
ConstructsSaRMICommandException
with the specified message.- Parameters:
errorMessage
- Message
-
SaSystemException
public SaSystemException(java.lang.String errorMessage, java.lang.Throwable cause)
ConstructsSaRMICommandException
with the specified message and nested exception.- Parameters:
errorMessage
- Messagecause
- Thowable
-
SaSystemException
public SaSystemException(java.lang.Throwable cause)
ConstructsSaRMICommandException
with the specified message and nested exception.- Parameters:
cause
- Thowable
-
-