
public class ContainerError extends Error
Container is available in
the system.| Constructor and Description |
|---|
ContainerError(String msg)
Creates a new instance of
ContainerError taking a message. |
ContainerError(Throwable cause)
Creates a new instance of
ContainerError taking a causing
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContainerError(String msg)
ContainerError taking a message.msg - the message describing the error.public ContainerError(Throwable cause)
ContainerError taking a causing
Throwable.cause - the causing throwable.Copyright © 2005-2012 jDTAUS. All Rights Reserved.