Class SaSystemException

All Implemented Interfaces:
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:
  • Constructor Details

    • SaSystemException

      public SaSystemException(String errorMessage)
      Constructs SaRMICommandException with the specified message.
      Parameters:
      errorMessage - Message
    • SaSystemException

      public SaSystemException(String errorMessage, Throwable cause)
      Constructs SaRMICommandException with the specified message and nested exception.
      Parameters:
      errorMessage - Message
      cause - Thowable
    • SaSystemException

      public SaSystemException(Throwable cause)
      Constructs SaRMICommandException with the specified message and nested exception.
      Parameters:
      cause - Thowable