Class SaRMIPasswordExpiredException

    • Field Summary

      • Fields inherited from class java.rmi.RemoteException

        detail
    • 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

      • SaRMIPasswordExpiredException

        public SaRMIPasswordExpiredException()
        Constructor.
      • SaRMIPasswordExpiredException

        public SaRMIPasswordExpiredException​(java.lang.String message)
        Constructor.
        Parameters:
        message - The message.
      • SaRMIPasswordExpiredException

        public SaRMIPasswordExpiredException​(java.lang.String message,
                                             java.lang.Throwable cause)
        Constructor.
        Parameters:
        message - The message.
        cause - The cause.