it.dtt.ca.exception
Class CARuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.dtt.ca.exception.CARuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessDeniedException, ActionFailedException, CARequestAlreadyStartedException, OwnerUnknownException, SessionAlreadyOpenedException, SimulcrypException, UnsupportedFeatureException

public class CARuntimeException
extends java.lang.RuntimeException

This exception is the parent of all CA runtime exceptions.

See Also:
Serialized Form

Constructor Summary
CARuntimeException()
          Constructs the exception.
CARuntimeException(java.lang.String message)
          Construct the exception with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CARuntimeException

public CARuntimeException()
Constructs the exception.


CARuntimeException

public CARuntimeException(java.lang.String message)
Construct the exception with a message.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.