org.csapi.jr.se
Class TaskRefusedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.CommonException
                    |
                    +--org.csapi.jr.se.TaskRefusedException
All Implemented Interfaces:
java.io.Serializable

public class TaskRefusedException
extends CommonException

Thrown in case of a problem that is not temporary and when none of the other common or dedicated exceptions apply

See Also:
Serialized Form

Constructor Summary
TaskRefusedException()
           
TaskRefusedException(java.lang.String message)
           
TaskRefusedException(java.lang.String message, java.lang.Throwable cause)
           
TaskRefusedException(java.lang.Throwable cause)
           
 
Methods inherited from class org.csapi.jr.se.CommonException
getCause, getExceptionType, getExtraInformation, setExceptionType, setExtraInformation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskRefusedException

public TaskRefusedException()

TaskRefusedException

public TaskRefusedException(java.lang.String message)

TaskRefusedException

public TaskRefusedException(java.lang.String message,
                            java.lang.Throwable cause)

TaskRefusedException

public TaskRefusedException(java.lang.Throwable cause)