com.cafesoft.cams.client
Class CamsTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cafesoft.core.exception.NestedException
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
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 messagecause - throwable that caused this exception
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.