com.ibm.cics.server
Class TaskAlreadyBoundRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.cics.server.CicsRuntimeException
-
- com.ibm.cics.server.TaskAlreadyBoundRuntimeException
-
- All Implemented Interfaces:
- java.io.Serializable
public class TaskAlreadyBoundRuntimeException extends CicsRuntimeException
An Exception thrown when trying to bind a thread to a CICS Task- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description TaskAlreadyBoundRuntimeException(java.lang.String message)
TaskAlreadyBoundRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.ibm.cics.server.CicsRuntimeException
setRootCause
-
-
-
-
Constructor Detail
-
TaskAlreadyBoundRuntimeException
public TaskAlreadyBoundRuntimeException(java.lang.String message)
- Parameters:
message
- contains the exception message
-
TaskAlreadyBoundRuntimeException
public TaskAlreadyBoundRuntimeException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- contains the exception messagecause
- The original error being reported.
-
-