com.cafesoft.cams.client
Interface ConnectionException


public interface ConnectionException

ConnectionException represents an Exception with a network connection between a CamsClient and a Cams Policy Server.


Method Summary
 Throwable getCause()
          Get the root cause
 String getMessage()
          Get the ConnectionException's Message
 ConnectionExceptionType getType()
          Get the ConnectionException type
 

Method Detail

getMessage

public String getMessage()
Get the ConnectionException's Message

Returns:
the underlying causes message if a cause exists, null otherwise

getCause

public Throwable getCause()
Get the root cause

Returns:
the root cause or null if there is no cause

getType

public ConnectionExceptionType getType()
Get the ConnectionException type

Returns:
a ConnectionExceptionType object


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.