public class ContainerException extends Exception
ContainerException
class defines a general exception
that an internal container component can throw when it is unable to perform its operation
successfully.Constructor and Description |
---|
ContainerException()
Constructs a new ContainerException exception.
|
ContainerException(String message)
Constructs a new ContainerException exception with the given message.
|
ContainerException(String msg,
Throwable nested)
Constructs a new ContainerException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
|
ContainerException(Throwable nested)
Constructs a new ContainerException exception with the nested exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContainerException()
public ContainerException(String message)
message
- the exception messagepublic ContainerException(Throwable nested)
nested
- the nested exceptionpublic ContainerException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exceptionCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.