public class ContainerTypeException extends ContainerException
Container or put the
wrong type of data into it.Container.ContainerType| Constructor and Description |
|---|
ContainerTypeException()
Creates a new exception with no message.
|
ContainerTypeException(java.lang.String message)
Creates a new exception with the specified message.
|
ContainerTypeException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified message and cause.
|
ContainerTypeException(java.lang.Throwable cause)
Creates a new exception with the specified cause.
|
public ContainerTypeException()
public ContainerTypeException(java.lang.String message)
message - The message in the exception.public ContainerTypeException(java.lang.Throwable cause)
cause - The cause of the exception.public ContainerTypeException(java.lang.String message,
java.lang.Throwable cause)
message - The message in the exception.cause - The cause of the exception.