Synapta Services Builder for CICS Version 3.0

com.attachmate.tasks
Class TaskException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.attachmate.tasks.TaskException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ResourceInUseException, UnsupportedOperationException

public class TaskException
extends java.lang.Exception

Base class for all task bean exceptions.

See Also:
Serialized Form

Constructor Summary
TaskException()
          Constructs an exception with no detail message.
TaskException(java.lang.String message)
          Constructs an exception with the specified detail message.
 
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()
Constructs an exception with no detail message.


TaskException

public TaskException(java.lang.String message)
Constructs an exception with the specified detail message.

Parameters:
message - a discription of the failure

Synapta Services Builder for CICS Version 3.0