CICS® Transaction Gateway Base API Programming Reference v8.1.0.2

com.ibm.ctg.client.exceptions
Class ContainerTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ctg.client.exceptions.ContainerException
              extended by com.ibm.ctg.client.exceptions.ContainerTypeException
All Implemented Interfaces:
java.io.Serializable

public class ContainerTypeException
extends ContainerException

This exception is thrown when an application attempts to get the wrong type of data from a Container or put the wrong type of data into it.

See Also:
Container.ContainerType

Constructor Summary
ContainerTypeException()
          Creates a new exception with no message.
ContainerTypeException(java.lang.String message)
          Creates a new exception with the specified message.
ContainerTypeException(java.lang.String message, java.lang.Throwable cause)
          Creates a new exception with the specified message and cause.
ContainerTypeException(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

ContainerTypeException

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


ContainerTypeException

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

Parameters:
message - The message in the exception.

ContainerTypeException

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

Parameters:
cause - The cause of the exception.

ContainerTypeException

public ContainerTypeException(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, 2012
Legal