com.cafesoft.core.message
Class ConnectionAccessException

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

public class ConnectionAccessException
extends NestedException

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

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

Constructor Summary
ConnectionAccessException()
          Construct a new ConnectionAccessException with no other information.
ConnectionAccessException(String message)
          Construct a new ConnectionAccessException for the specified message.
ConnectionAccessException(String message, Throwable cause)
          Construct a new ConnectionAccessException for the specified message throwable, and connection.
ConnectionAccessException(Throwable cause)
          Construct a new ConnectionAccessException 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

ConnectionAccessException

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


ConnectionAccessException

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

Parameters:
message - message describing this exception

ConnectionAccessException

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

Parameters:
cause - throwable that caused this exception

ConnectionAccessException

public ConnectionAccessException(String message,
                                 Throwable cause)
Construct a new ConnectionAccessException 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.