de.uka.ipd.consensus.foundation.ontology
Class OntologyManagerTransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.uka.ipd.consensus.foundation.ontology.OntologyManagerException
              extended byde.uka.ipd.consensus.foundation.ontology.OntologyManagerTransactionException
All Implemented Interfaces:
Serializable

public class OntologyManagerTransactionException
extends OntologyManagerException

Version:
2006-06-14
Author:
Thomas Much
See Also:
Serialized Form

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

Constructor Detail

OntologyManagerTransactionException

public OntologyManagerTransactionException()

OntologyManagerTransactionException

public OntologyManagerTransactionException(String message)

OntologyManagerTransactionException

public OntologyManagerTransactionException(String message,
                                           Throwable cause)

OntologyManagerTransactionException

public OntologyManagerTransactionException(Throwable cause)