com.ibm.ctg.client.exceptions
Class ContainerExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.ctg.client.exceptions.ContainerException
-
- com.ibm.ctg.client.exceptions.ContainerExistsException
-
- All Implemented Interfaces:
- java.io.Serializable
public class ContainerExistsException extends ContainerException
-
-
Constructor Summary
Constructors Constructor and Description 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.
-
-
-
Constructor Detail
-
ContainerExistsException
public ContainerExistsException()
Creates a new exception with no message.
-
ContainerExistsException
public ContainerExistsException(java.lang.String message)
Creates a new exception with the specified message.- Parameters:
message- The message in the exception.
-
ContainerExistsException
public ContainerExistsException(java.lang.Throwable cause)
Creates a new exception with the specified cause.- Parameters:
cause- The cause of the exception.
-
ContainerExistsException
public ContainerExistsException(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.
-
-