Class SaRMISystemException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SaRMITooManyResultsException

public class SaRMISystemException extends SaRMIBaseException
System related exception raised in common system specific error situations.
Author:
mak
See Also:
  • Constructor Details

    • SaRMISystemException

      public SaRMISystemException()
      constructs SaRMISystemException.
    • SaRMISystemException

      public SaRMISystemException(String s)
      constructs SaRMISystemException with the specified detailed message.
      Parameters:
      s - error message
    • SaRMISystemException

      public SaRMISystemException(String s, Throwable cause)
      constructs SaRMISystemException with the specified message and nested exception.
      Parameters:
      s - error message
      cause - nested exception