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

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

public class NoUserInLearnerModelException
extends CourseGeneratorException

See Also:
Serialized Form

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

NoUserInLearnerModelException

public NoUserInLearnerModelException()

NoUserInLearnerModelException

public NoUserInLearnerModelException(String learnerModelId,
                                     String userId)

NoUserInLearnerModelException

public NoUserInLearnerModelException(String message,
                                     Throwable cause)

NoUserInLearnerModelException

public NoUserInLearnerModelException(Throwable cause)