com.cafesoft.core.message
Class ConnectionAuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.core.message.ConnectionAuthenticationException
All Implemented Interfaces:
Serializable

public class ConnectionAuthenticationException
extends NestedException

Thrown when there are errors that occur trying to authenticate a connection.

Since:
4/11/02
See Also:
Serialized Form

Constructor Summary
ConnectionAuthenticationException()
          Construct a new ConnectionAuthenticationException with no other information.
ConnectionAuthenticationException(String message)
          Construct a new ConnectionAuthenticationException for the specified message.
ConnectionAuthenticationException(String message, Throwable cause)
          Construct a new ConnectionAuthenticationException for the specified message throwable, and connection.
ConnectionAuthenticationException(Throwable cause)
          Construct a new ConnectionAuthenticationException for the specified throwable.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionAuthenticationException

public ConnectionAuthenticationException()
Construct a new ConnectionAuthenticationException with no other information.


ConnectionAuthenticationException

public ConnectionAuthenticationException(String message)
Construct a new ConnectionAuthenticationException for the specified message.

Parameters:
message - message describing this exception

ConnectionAuthenticationException

public ConnectionAuthenticationException(Throwable cause)
Construct a new ConnectionAuthenticationException for the specified throwable.

Parameters:
cause - throwable that caused this exception

ConnectionAuthenticationException

public ConnectionAuthenticationException(String message,
                                         Throwable cause)
Construct a new ConnectionAuthenticationException for the specified message throwable, and connection.

Parameters:
message - message describing this exception
cause - throwable that caused this exception


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.