org.objectweb.cjdbc.common.exceptions
Class AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.cjdbc.common.exceptions.CJDBCException
              extended byorg.objectweb.cjdbc.common.exceptions.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends CJDBCException

This class defines an AuthenticationException in case the authentication with the controller fails.

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.objectweb.cjdbc.common.exceptions.CJDBCException
cause
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AuthenticationException()
          Creates a new AuthenticationException object
AuthenticationException(java.lang.String message)
          Creates a new AuthenticationException object
AuthenticationException(java.lang.String message, java.lang.Throwable cause)
          Creates a new AuthenticationException object
AuthenticationException(java.lang.Throwable cause)
          Creates a new AuthenticationException object
 
Methods inherited from class org.objectweb.cjdbc.common.exceptions.CJDBCException
fillInStackTrace, getCause, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AuthenticationException

public AuthenticationException()
Creates a new AuthenticationException object


AuthenticationException

public AuthenticationException(java.lang.String message)
Creates a new AuthenticationException object

Parameters:
message - the error message

AuthenticationException

public AuthenticationException(java.lang.Throwable cause)
Creates a new AuthenticationException object

Parameters:
cause - the root cause

AuthenticationException

public AuthenticationException(java.lang.String message,
                               java.lang.Throwable cause)
Creates a new AuthenticationException object

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


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