|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.hippoecm.hst.core.container.ContainerException
org.hippoecm.hst.core.container.ContainerNotFoundException
public class ContainerNotFoundException
The ContainerNotFoundException
class defines a not found exception
that an internal container component can throw when it is unable to perform its operation
successfully because it cannot find any serviceable content item.
Constructor Summary | |
---|---|
ContainerNotFoundException()
Constructs a new ContainerNotFoundException exception. |
|
ContainerNotFoundException(String message)
Constructs a new ContainerNotFoundException exception with the given message. |
|
ContainerNotFoundException(String msg,
Throwable nested)
Constructs a new ContainerNotFoundException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message |
|
ContainerNotFoundException(Throwable nested)
Constructs a new ContainerNotFoundException exception with the nested exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContainerNotFoundException()
public ContainerNotFoundException(String message)
message
- the exception messagepublic ContainerNotFoundException(Throwable nested)
nested
- the nested exceptionpublic ContainerNotFoundException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |