org.oXML
Class ObjectBoxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DatabaseException, MappingException, ObjectBoxConfigurationException, ReturnException, TerminateException, Threads.NoContextForThreadException, XPathException

public class ObjectBoxException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ObjectBoxException(java.lang.String msg)
           
ObjectBoxException(java.lang.String msg, java.lang.Throwable cause)
           
ObjectBoxException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ObjectBoxException

public ObjectBoxException(java.lang.Throwable cause)

ObjectBoxException

public ObjectBoxException(java.lang.String msg,
                          java.lang.Throwable cause)

ObjectBoxException

public ObjectBoxException(java.lang.String msg)
Method Detail

getCause

public java.lang.Throwable getCause()