public class InvalidContainerTypeException
extends java.lang.Exception
ContainerInfo get data methods.| Constructor and Description |
|---|
InvalidContainerTypeException()
Creates a new exception with no message.
|
InvalidContainerTypeException(java.lang.String message)
Creates a new exception with the specified message.
|
InvalidContainerTypeException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified message and cause.
|
InvalidContainerTypeException(java.lang.Throwable cause)
Creates a new exception with the specified cause.
|
public InvalidContainerTypeException()
public InvalidContainerTypeException(java.lang.String message)
message - The message in the exception.public InvalidContainerTypeException(java.lang.Throwable cause)
cause - The cause of the exception.public InvalidContainerTypeException(java.lang.String message,
java.lang.Throwable cause)
message - The message in the exception.cause - The cause of the exception.