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