public class ContainerExistsException extends ContainerException
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.
|
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.