public class TaskAlreadyBoundRuntimeException extends CicsRuntimeException
Constructor and Description |
---|
TaskAlreadyBoundRuntimeException(java.lang.String message) |
TaskAlreadyBoundRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
setRootCause
public TaskAlreadyBoundRuntimeException(java.lang.String message)
message
- contains the exception messagepublic TaskAlreadyBoundRuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- contains the exception messagecause
- The original error being reported.