com.cafesoft.cams.agent
Class CamsAgentException

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

public class CamsAgentException
extends NestedException

CamsAgentException is a general CamsAgentException

See Also:
Serialized Form

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

CamsAgentException

public CamsAgentException()
Create a new CamsAgentException.


CamsAgentException

public CamsAgentException(String message)
Create a new CamsAgentException.

Parameters:
message - a textual message.

CamsAgentException

public CamsAgentException(Throwable cause)
Create a new CamsAgentException.

Parameters:
cause - the cause of this Exception

CamsAgentException

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

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


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