jet.server.api.exception
Class TaskCancellationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jet.JException
              extended by jet.JSException
                  extended by jet.server.api.RptServerException
                      extended by jet.server.api.exception.TaskCancellationException
All Implemented Interfaces:
java.io.Serializable

public class TaskCancellationException
extends RptServerException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jet.JException
jet.JException.LogLevel
 
Constructor Summary
TaskCancellationException(java.lang.String msg)
          Constructs a new TaskCancellationException with the result name.
 
Method Summary
 
Methods inherited from class jet.server.api.RptServerException
getEngineErrors, getOriginalThrowable, toString
 
Methods inherited from class jet.JSException
getErrorKey
 
Methods inherited from class jet.JException
getMessages, getThrowables
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskCancellationException

public TaskCancellationException(java.lang.String msg)
Constructs a new TaskCancellationException with the result name.

Parameters:
msg - the detailed message.