public class ContainerNameException extends ContainerException
Container
with a name that is not
valid.
Container names must be between 1 and 16 characters in length and must consist of only the following types of character:
Constructor and Description |
---|
ContainerNameException()
Creates a new exception with no message.
|
ContainerNameException(java.lang.String message)
Creates a new exception with the specified message.
|
ContainerNameException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified message and cause.
|
ContainerNameException(java.lang.Throwable cause)
Creates a new exception with the specified cause.
|
public ContainerNameException()
public ContainerNameException(java.lang.String message)
message
- The message in the exception.public ContainerNameException(java.lang.Throwable cause)
cause
- The cause of the exception.public ContainerNameException(java.lang.String message, java.lang.Throwable cause)
message
- The message in the exception.cause
- The cause of the exception.