uk.co.lakesidetech.springxmldb.exception
Class XMLDBDataAccessException

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

public class XMLDBDataAccessException
extends org.springframework.dao.DataAccessException

Spring abstracted DataAccessException for issues connecting to a XMLDatabase

Author:
ECCLESS
See Also:
Serialized Form

Constructor Summary
XMLDBDataAccessException(java.lang.String arg0)
           
XMLDBDataAccessException(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

XMLDBDataAccessException

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

XMLDBDataAccessException

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