org.deegree.commons.config
Class ResourceInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.commons.config.ResourceInitException
All Implemented Interfaces:
Serializable

public class ResourceInitException
extends Exception

Indicates that a Resource could not be initialized properly.

Version:
$Revision: 29972 $, $Date: 2011-03-09 23:50:45 +0100 (Wed, 09 Mar 2011) $
Author:
Andreas Schmitz, last edited by: $Author: mschneider $
See Also:
Serialized Form

Constructor Summary
ResourceInitException(String msg)
           
ResourceInitException(String msg, Throwable cause)
           
 
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

ResourceInitException

public ResourceInitException(String msg,
                             Throwable cause)
Parameters:
msg -
cause -

ResourceInitException

public ResourceInitException(String msg)
Parameters:
msg -


Copyright © 2011. All Rights Reserved.