com.cafesoft.cams.client
Class ConnectionExceptionType

java.lang.Object
  extended by com.cafesoft.cams.client.ConnectionExceptionType

public class ConnectionExceptionType
extends Object

Type safe constant class that contains the ConnectionException types that can occur

Since:
11/14/02
See Also:
ConnectionException

Field Summary
static ConnectionExceptionType ACCESS_EXCEPTION_TYPE
          Access Exception Type
static ConnectionExceptionType AUTHENTICATION_EXCEPTION_TYPE
          Authentication Exception Type
static ConnectionExceptionType CERTIFICATE_EXCEPTION_TYPE
          Certificate Exception Type
static ConnectionExceptionType IO_EXCEPTION_TYPE
          I/O Exception Type
static ConnectionExceptionType KEY_EXCEPTION_TYPE
          Key Exception Type
static ConnectionExceptionType MESSAGE_FRAMEWORK_EXCEPTION_TYPE
          Message Framework Exception Type
static ConnectionExceptionType UNKNOWN_EXCEPTION_TYPE
          Unknown ConnectionException Type
static ConnectionExceptionType UNKNOWNHOST_EXCEPTION_TYPE
          Unknown Exception Exception Type
 
Method Summary
 String toString()
          Get a String representation of the ConnectionExceptionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN_EXCEPTION_TYPE

public static final ConnectionExceptionType UNKNOWN_EXCEPTION_TYPE
Unknown ConnectionException Type


AUTHENTICATION_EXCEPTION_TYPE

public static final ConnectionExceptionType AUTHENTICATION_EXCEPTION_TYPE
Authentication Exception Type


ACCESS_EXCEPTION_TYPE

public static final ConnectionExceptionType ACCESS_EXCEPTION_TYPE
Access Exception Type


IO_EXCEPTION_TYPE

public static final ConnectionExceptionType IO_EXCEPTION_TYPE
I/O Exception Type


UNKNOWNHOST_EXCEPTION_TYPE

public static final ConnectionExceptionType UNKNOWNHOST_EXCEPTION_TYPE
Unknown Exception Exception Type


KEY_EXCEPTION_TYPE

public static final ConnectionExceptionType KEY_EXCEPTION_TYPE
Key Exception Type


CERTIFICATE_EXCEPTION_TYPE

public static final ConnectionExceptionType CERTIFICATE_EXCEPTION_TYPE
Certificate Exception Type


MESSAGE_FRAMEWORK_EXCEPTION_TYPE

public static final ConnectionExceptionType MESSAGE_FRAMEWORK_EXCEPTION_TYPE
Message Framework Exception Type

Method Detail

toString

public String toString()
Get a String representation of the ConnectionExceptionType

Overrides:
toString in class Object
Returns:
a String representation of the ConnectionExceptionType


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.