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