Synapta Services Builder for CICS Version 3.0

com.attachmate.tasks
Class ResourceInUseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.attachmate.tasks.TaskException
              extended bycom.attachmate.tasks.ResourceInUseException
All Implemented Interfaces:
java.io.Serializable

public class ResourceInUseException
extends TaskException

Exception thrown when a method on the task bean cannot be executed because the resource context is in use. The resource context is typically in use when the task is being executed.

See Also:
ITask, Serialized Form

Constructor Summary
ResourceInUseException()
          Constructs an exception with no detail message.
ResourceInUseException(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

ResourceInUseException

public ResourceInUseException()
Constructs an exception with no detail message.


ResourceInUseException

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

Parameters:
message - a description of the failure

Synapta Services Builder for CICS Version 3.0