Class SaRMISetACLException

    • Field Summary

      • Fields inherited from class java.rmi.RemoteException

        detail
    • Constructor Summary

      Constructors 
      Constructor Description
      SaRMISetACLException()
      constructs SaRMISetACLException.
      SaRMISetACLException​(java.lang.String s)
      constructs SaRMISetACLException with the specified message.
      SaRMISetACLException​(java.lang.String s, java.lang.Throwable cause)
      constructs SaRMISetACLException 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

      • SaRMISetACLException

        public SaRMISetACLException()
        constructs SaRMISetACLException.
      • SaRMISetACLException

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

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