org.deegree.services.controller.exception
Class ControllerInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deegree.services.controller.exception.ControllerInitException
- All Implemented Interfaces:
- Serializable
public class ControllerInitException
- extends Exception
Indicates that the initialization of a AbstractOWS
failed (usually due to a configuration error).
- Version:
- $Revision: $, $Date: $
- Author:
- Alexander Padberg, last edited by: $Author: $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ControllerInitException
public ControllerInitException(String msg)
- Creates a new
ControllerInitException
instance with the given detail message.
- Parameters:
msg
- describes the reason of the exception
ControllerInitException
public ControllerInitException(String msg,
Throwable cause)
- Creates a new
ControllerInitException
instance with the given detail message and causing exception.
- Parameters:
msg
- describes the reason of the exceptioncause
- causing exception
Copyright © 2011. All Rights Reserved.