Class PasswordException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PasswordException
    extends DIException
    The class PasswordException represents the Exception class used when a password protected configuration is opened remotely with a wrong or missing password.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordException()
      Default Constructor of PasswordException
      PasswordException​(java.lang.String aMessage)
      Constructor with parameter of PasswordException
    • 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

      • PasswordException

        public PasswordException()
        Default Constructor of PasswordException
      • PasswordException

        public PasswordException​(java.lang.String aMessage)
        Constructor with parameter of PasswordException
        Parameters:
        aMessage - The error message