com.trackstudio.exception
Class BadPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.trackstudio.exception.GranException
              extended by com.trackstudio.exception.UserException
                  extended by com.trackstudio.exception.BadPasswordException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PasswordMismatchException, SimplePasswordException

public class BadPasswordException
extends UserException

Invalid user password. Please try again.

Version:
$Revision: 1.1.1.1.2.3 $
Author:
$Author: ap $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.trackstudio.exception.UserException
messages
 
Constructor Summary
BadPasswordException(java.lang.Exception e)
           
BadPasswordException(java.lang.String mess)
           
 
Method Summary
 
Methods inherited from class com.trackstudio.exception.UserException
addActionMessages, getActionMessages, toString
 
Methods inherited from class com.trackstudio.exception.GranException
getTSCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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 mess)

BadPasswordException

public BadPasswordException(java.lang.Exception e)


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.