com.cafesoft.cams.agent.http
Class CamsHttpAgentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.cams.agent.CamsAgentException
                          |
                          +--com.cafesoft.cams.agent.http.CamsHttpAgentException
All Implemented Interfaces:
Serializable

public class CamsHttpAgentException
extends CamsAgentException

CamsHttpAgentException represents an exceptional condition thrown from within CamsHttpAgent that must be handled by agent code.

See Also:
Serialized Form

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

CamsHttpAgentException

public CamsHttpAgentException()
Create a new CamsHttpAgentException.


CamsHttpAgentException

public CamsHttpAgentException(String message)
Create a new CamsHttpAgentException.

Parameters:
message - a textual message.

CamsHttpAgentException

public CamsHttpAgentException(Throwable cause)
Create a new CamsHttpAgentException.

Parameters:
cause - the cause of this Exception

CamsHttpAgentException

public CamsHttpAgentException(String message,
                              Throwable cause)
Create a new CamsHttpAgentException.

Parameters:
message - a textual message.
cause - the cause of this Exception


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.