CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.ctg.client.exceptions
Class ContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ctg.client.exceptions.ContainerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContainerExistsException, ContainerNameException, ContainerNotFoundException, ContainerTypeException

public class ContainerException
extends java.lang.Exception

This exception is thrown when an error occurs while using a Container.

See Also:
Serialized Form

Constructor Summary
ContainerException()
          Creates a new exception with no message.
ContainerException(java.lang.String message)
          Creates a new exception with the specified message.
ContainerException(java.lang.String message, java.lang.Throwable cause)
          Creates a new exception with the specified message and cause.
ContainerException(java.lang.Throwable cause)
          Creates a new exception with the specified cause.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerException

public ContainerException()
Creates a new exception with no message.


ContainerException

public ContainerException(java.lang.String message)
Creates a new exception with the specified message.

Parameters:
message - The message in the exception.

ContainerException

public ContainerException(java.lang.Throwable cause)
Creates a new exception with the specified cause.

Parameters:
cause - The cause of the exception.

ContainerException

public ContainerException(java.lang.String message,
                          java.lang.Throwable cause)
Creates a new exception with the specified message and cause.

Parameters:
message - The message in the exception.
cause - The cause of the exception.

©Copyright IBM Corp. 1994, 2014
Legal