org.weborganic.ox
Class OXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.weborganic.ox.OXException
All Implemented Interfaces:
Serializable

public class OXException
extends Exception

Version:
8 November 2013
Author:
Christophe Lauret
See Also:
Serialized Form

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

Constructor Detail

OXException

public OXException()

OXException

public OXException(String message)
Parameters:
message -

OXException

public OXException(Throwable cause)
Parameters:
cause -

OXException

public OXException(String message,
                   Throwable cause)
Parameters:
message -
cause -