org.activemath.webapp.tutor.cgWebService.ErrorHandlerAPI
Class NoCourseFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.webapp.tutor.cgWebService.ErrorHandlerAPI.NoCourseFoundException
All Implemented Interfaces:
Serializable

public class NoCourseFoundException
extends Exception

See Also:
Serialized Form

Constructor Summary
NoCourseFoundException()
           
NoCourseFoundException(String message)
           
NoCourseFoundException(String message, Throwable cause)
           
NoCourseFoundException(Throwable cause)
           
 
Method Summary
static void main(String[] args)
           
 
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

NoCourseFoundException

public NoCourseFoundException()

NoCourseFoundException

public NoCourseFoundException(String message)

NoCourseFoundException

public NoCourseFoundException(String message,
                              Throwable cause)

NoCourseFoundException

public NoCourseFoundException(Throwable cause)
Method Detail

main

public static void main(String[] args)
Parameters:
args -