|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.deegree.services.controller.exception.ControllerInitException
public class ControllerInitException
Indicates that the initialization of a AbstractOGCServiceController
failed (usually due to a configuration error).
Constructor Summary | |
---|---|
ControllerInitException(java.lang.String msg)
Creates a new ControllerInitException instance with the given detail message. |
|
ControllerInitException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new ControllerInitException instance with the given detail message and causing 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 ControllerInitException(java.lang.String msg)
ControllerInitException
instance with the given detail message.
msg
- describes the reason of the exceptionpublic ControllerInitException(java.lang.String msg, java.lang.Throwable cause)
ControllerInitException
instance with the given detail message and causing exception.
msg
- describes the reason of the exceptioncause
- causing exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |