org.idoox.security.pstore
Class BadPasswordException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.security.pstore.BadPasswordException
All Implemented Interfaces:
java.io.Serializable

public class BadPasswordException
extends java.lang.Exception

Exception for invalid password using.

Since:
3.0
See Also:
Serialized Form
Component:
Security-Core

Constructor Summary
BadPasswordException(java.lang.String msg)
          Standard construction of the exception with message string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

BadPasswordException

public BadPasswordException(java.lang.String msg)
Standard construction of the exception with message string.

Parameters:
msg - message string