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