org.deegree.services.controller.exception
Class ControllerInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ControllerInitException(String msg)
          Creates a new ControllerInitException instance with the given detail message.
ControllerInitException(String msg, 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

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 exception
cause - causing exception


Copyright © 2011. All Rights Reserved.