Class SaRMISystemException

    • Field Summary

      • Fields inherited from class java.rmi.RemoteException

        detail
    • Constructor Summary

      Constructors 
      Constructor Description
      SaRMISystemException()
      constructs SaRMISystemException.
      SaRMISystemException​(java.lang.String s)
      constructs SaRMISystemException with the specified detailed message.
      SaRMISystemException​(java.lang.String s, java.lang.Throwable cause)
      constructs SaRMISystemException with the specified message and nested exception.
    • Method Summary

      • Methods inherited from class java.rmi.RemoteException

        getCause, getMessage
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, 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

      • SaRMISystemException

        public SaRMISystemException()
        constructs SaRMISystemException.
      • SaRMISystemException

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

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