org.exist
Class EXistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exist.EXistException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LogException, TransactionException

public class EXistException
extends Exception

General exception type.

Author:
wolf
See Also:
Serialized Form

Constructor Summary
EXistException()
           
EXistException(String message)
           
EXistException(String message, Throwable cause)
           
EXistException(Throwable inner)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EXistException

public EXistException()

EXistException

public EXistException(Throwable inner)

EXistException

public EXistException(String message)

EXistException

public EXistException(String message,
                      Throwable cause)


Copyright (C) Wolfgang Meier. All rights reserved.