|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.ctg.client.exceptions.ContainerException
com.ibm.ctg.client.exceptions.ContainerExistsException
public class ContainerExistsException
This exception is thrown when an application attempts to create, add, copy or
move a Container
to a Channel
which already holds a Container with
the same name.
Constructor Summary | |
---|---|
ContainerExistsException()
Creates a new exception with no message. |
|
ContainerExistsException(java.lang.String message)
Creates a new exception with the specified message. |
|
ContainerExistsException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified message and cause. |
|
ContainerExistsException(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 |
---|
public ContainerExistsException()
public ContainerExistsException(java.lang.String message)
message
- The message in the exception.public ContainerExistsException(java.lang.Throwable cause)
cause
- The cause of the exception.public ContainerExistsException(java.lang.String message, java.lang.Throwable cause)
message
- The message in the exception.cause
- The cause of the exception.
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |