Class SaSystemException

    • Constructor Summary

      Constructors 
      Constructor Description
      SaSystemException​(java.lang.String errorMessage)
      Constructs SaRMICommandException with the specified message.
      SaSystemException​(java.lang.String errorMessage, java.lang.Throwable cause)
      Constructs SaRMICommandException with the specified message and nested exception.
      SaSystemException​(java.lang.Throwable cause)
      Constructs SaRMICommandException with 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SaSystemException

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

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

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