Package org.mozilla.jss.util
Class IncorrectPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mozilla.jss.util.IncorrectPasswordException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PK11Token.NotInitializedException
public class IncorrectPasswordException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectPasswordException()
IncorrectPasswordException(java.lang.String mesg)
IncorrectPasswordException(java.lang.String mesg, java.lang.Throwable cause)
IncorrectPasswordException(java.lang.String mesg, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
-
Constructor Detail
-
IncorrectPasswordException
public IncorrectPasswordException()
-
IncorrectPasswordException
public IncorrectPasswordException(java.lang.String mesg)
-
IncorrectPasswordException
public IncorrectPasswordException(java.lang.String mesg, java.lang.Throwable cause)
-
IncorrectPasswordException
public IncorrectPasswordException(java.lang.String mesg, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-