org.objectweb.cjdbc.controller.authentication
Class AuthenticationManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.cjdbc.common.exceptions.CJDBCException
org.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
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
getLocalizedMessage, initCause, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 messagecause - the root cause
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.