02/28/2005
 

com.epicentric.task
Class TaskException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.epicentric.common.internal.WrapperException
                    |
                    +--com.epicentric.task.TaskException
All Implemented Interfaces:
Serializable

public class TaskException
extends com.epicentric.common.internal.WrapperException

Since:
4.5
See Also:
Serialized Form

Constructor Summary
TaskException()
           
TaskException(String msg)
           
TaskException(String msg, Object[] args, Throwable nestedThrowable)
           
TaskException(String msg, Throwable nestedThrowable)
           
TaskException(Throwable nestedThrowable)
           
 
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

TaskException

public TaskException()

TaskException

public TaskException(String msg)

TaskException

public TaskException(Throwable nestedThrowable)

TaskException

public TaskException(String msg,
                     Throwable nestedThrowable)

TaskException

public TaskException(String msg,
                     Object[] args,
                     Throwable nestedThrowable)

02/28/2005
 

Copyright and Trademark Notices