org.activemath.content.mediator
Class UniqueURIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.content.mediator.MediatorException
              extended by org.activemath.content.mediator.UniqueURIException
All Implemented Interfaces:
Serializable

public class UniqueURIException
extends MediatorException

See Also:
Serialized Form

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

UniqueURIException

public UniqueURIException()

UniqueURIException

public UniqueURIException(String message)

UniqueURIException

public UniqueURIException(Throwable cause)

UniqueURIException

public UniqueURIException(String message,
                          Throwable cause)