it.dtt.ca.exception
Class CARequestAlreadyStartedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.dtt.ca.exception.CAException
              extended by it.dtt.ca.exception.CARequestAlreadyStartedException
All Implemented Interfaces:
java.io.Serializable

public class CARequestAlreadyStartedException
extends CAException

Signals that an asynchronous request is already being processed. This is used to avoid the complexity of handling multiple concurrent requests. For implementations that only support only

See Also:
Serialized Form

Constructor Summary
CARequestAlreadyStartedException()
          Constructs the exception.
CARequestAlreadyStartedException(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

CARequestAlreadyStartedException

public CARequestAlreadyStartedException()
Constructs the exception.


CARequestAlreadyStartedException

public CARequestAlreadyStartedException(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.