uk.co.lakesidetech.springxmldb.exception
Class XMLDBStartupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byuk.co.lakesidetech.springxmldb.exception.XMLDBStartupException
All Implemented Interfaces:
java.io.Serializable

public class XMLDBStartupException
extends org.springframework.core.NestedRuntimeException

Exception in starting up a XML database

Author:
Stuart Eccles
See Also:
Serialized Form

Constructor Summary
XMLDBStartupException(java.lang.String arg0)
           
XMLDBStartupException(java.lang.String arg0, java.lang.Throwable arg1)
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLDBStartupException

public XMLDBStartupException(java.lang.String arg0)
Parameters:
arg0 -

XMLDBStartupException

public XMLDBStartupException(java.lang.String arg0,
                             java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -