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