org.activemath.content.mediator
Class MediatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.content.mediator.MediatorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KBCallerException, MappingParseException, OntologyException, QueryParseException, UniqueURIException

public class MediatorException
extends Exception

See Also:
Serialized Form

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

Constructor Detail

MediatorException

public MediatorException()

MediatorException

public MediatorException(String message)
Parameters:
message -

MediatorException

public MediatorException(Throwable cause)
Parameters:
cause -

MediatorException

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