org.objectweb.cjdbc.controller.authentication
Class AuthenticationManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.cjdbc.util.CJDBCException
              extended byorg.objectweb.cjdbc.controller.authentication.AuthenticationManagerException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationManagerException
extends CJDBCException

Authentication manager exception.

Version:
1.0
Author:
Mathieu Peltier
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.cjdbc.util.CJDBCException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AuthenticationManagerException()
          Creates a new AuthenticationManagerException instance.
AuthenticationManagerException(java.lang.String message)
          Creates a new AuthenticationManagerException instance.
AuthenticationManagerException(java.lang.String message, java.lang.Throwable cause)
          Creates a new AuthenticationManagerException instance.
AuthenticationManagerException(java.lang.Throwable cause)
          Creates a new AuthenticationManagerException instance.
 
Methods inherited from class org.objectweb.cjdbc.util.CJDBCException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

AuthenticationManagerException

public AuthenticationManagerException()
Creates a new AuthenticationManagerException instance.


AuthenticationManagerException

public AuthenticationManagerException(java.lang.String message)
Creates a new AuthenticationManagerException instance.

Parameters:
message - the error message

AuthenticationManagerException

public AuthenticationManagerException(java.lang.Throwable cause)
Creates a new AuthenticationManagerException instance.

Parameters:
cause - the root cause

AuthenticationManagerException

public AuthenticationManagerException(java.lang.String message,
                                      java.lang.Throwable cause)
Creates a new AuthenticationManagerException instance.

Parameters:
message - the error message
cause - the root cause


Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.