com.cafesoft.cams.client
Class CamsTransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by com.cafesoft.cams.client.CamsTransportException
All Implemented Interfaces:
Serializable

public class CamsTransportException
extends NestedException

CamsTransportException is thrown when attempts by a CamsService fail to transport messages between the CamsClient and the CamsPolicyServer.

Since:
12/10/03
See Also:
NestedException, Serialized Form

Constructor Summary
CamsTransportException()
          Create a new CamsTransportException
CamsTransportException(String message)
          Create a new CamsTransportException
CamsTransportException(String message, Throwable cause)
          Create a new CamsTransportException
 
Method Summary
 
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

CamsTransportException

public CamsTransportException()
Create a new CamsTransportException


CamsTransportException

public CamsTransportException(String message)
Create a new CamsTransportException

Parameters:
message - the String that contains a detailed message

CamsTransportException

public CamsTransportException(String message,
                              Throwable cause)
Create a new CamsTransportException

Parameters:
message - the String that contains a detailed message
cause - throwable that caused this exception


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