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)ConstructsSaRMICommandExceptionwith the specified message.SaSystemException(java.lang.String errorMessage, java.lang.Throwable cause)ConstructsSaRMICommandExceptionwith the specified message and nested exception.SaSystemException(java.lang.Throwable cause)ConstructsSaRMICommandExceptionwith the specified message and nested exception.
-
-
-
Constructor Detail
-
SaSystemException
public SaSystemException(java.lang.String errorMessage)
ConstructsSaRMICommandExceptionwith the specified message.- Parameters:
errorMessage- Message
-
SaSystemException
public SaSystemException(java.lang.String errorMessage, java.lang.Throwable cause)ConstructsSaRMICommandExceptionwith the specified message and nested exception.- Parameters:
errorMessage- Messagecause- Thowable
-
SaSystemException
public SaSystemException(java.lang.Throwable cause)
ConstructsSaRMICommandExceptionwith the specified message and nested exception.- Parameters:
cause- Thowable
-
-