com.ingenta.clownbike
Class TaskException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ingenta.IngentaException
              extended bycom.ingenta.clownbike.ClownbikeException
                  extended bycom.ingenta.clownbike.TaskException
All Implemented Interfaces:
java.io.Serializable

public class TaskException
extends ClownbikeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ingenta.IngentaException
_parameters
 
Constructor Summary
TaskException(java.lang.String message)
           
TaskException(java.lang.String message, java.lang.Object[] parameters)
           
TaskException(java.lang.String message, java.lang.Object[] parameters, java.lang.Exception cause)
           
TaskException(java.lang.String message, java.lang.Throwable cause)
           
TaskException(java.lang.Throwable cause)
           
 
Methods inherited from class com.ingenta.IngentaException
parametersToString, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskException

public TaskException(java.lang.String message,
                     java.lang.Object[] parameters,
                     java.lang.Exception cause)

TaskException

public TaskException(java.lang.String message,
                     java.lang.Object[] parameters)

TaskException

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

TaskException

public TaskException(java.lang.String message)

TaskException

public TaskException(java.lang.Throwable cause)