org.chwf.plugin
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.chwf.i18n.MessageException
                    |
                    +--org.chwf.plugin.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends MessageException

Exception thrown for security exceptions.

Author:
Paul Strack
See Also:
Serialized Form

Field Summary
static java.lang.String MESSAGE_USER_NOT_AUTHENTICATED
          Message key.
 
Constructor Summary
AuthenticationException(java.lang.String pattern)
          Constructor.
 
Methods inherited from class org.chwf.i18n.MessageException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MESSAGE_USER_NOT_AUTHENTICATED

public static final java.lang.String MESSAGE_USER_NOT_AUTHENTICATED
Message key.
Constructor Detail

AuthenticationException

public AuthenticationException(java.lang.String pattern)
Constructor. See Message and MessageException for details on its parameters.
Parameters:
pattern - The message pattern, using the rules of MessageFormat


Copyright © 2002-2004, Paul Strack. All Rights Reserved.