org.mozilla.jss.util
Class IncorrectPasswordException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mozilla.jss.util.IncorrectPasswordException

public class IncorrectPasswordException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
IncorrectPasswordException()
           
IncorrectPasswordException(java.lang.String mesg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncorrectPasswordException

public IncorrectPasswordException()

IncorrectPasswordException

public IncorrectPasswordException(java.lang.String mesg)