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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.uka.ipd.consensus.foundation.ontology.OntologyManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OntologyManagerClassException, OntologyManagerDuplicateIdException, OntologyManagerTransactionException

public class OntologyManagerException
extends Exception

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

Constructor Summary
OntologyManagerException()
           
OntologyManagerException(String message)
           
OntologyManagerException(String message, Throwable cause)
           
OntologyManagerException(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

OntologyManagerException

public OntologyManagerException()

OntologyManagerException

public OntologyManagerException(String message)

OntologyManagerException

public OntologyManagerException(String message,
                                Throwable cause)

OntologyManagerException

public OntologyManagerException(Throwable cause)