com.cafesoft.cams
Class CamsException

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.CamsException
All Implemented Interfaces:
Serializable

public class CamsException
extends NestedException

CamsException represents an exceptional condition thrown from within Cams that must be handled by application code.

See Also:
Serialized Form

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

CamsException

public CamsException()
Create a new CamsException.


CamsException

public CamsException(String message)
Create a new CamsException.

Parameters:
message - a textual message.

CamsException

public CamsException(Throwable cause)
Create a new CamsException.

Parameters:
cause - the cause of this Exception

CamsException

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

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


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