org.sakaiproject.tool.assessment.services
Class QuestionPoolServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sakaiproject.tool.assessment.services.QuestionPoolServiceException
All Implemented Interfaces:
Serializable

public class QuestionPoolServiceException
extends RuntimeException

Isolates exceptions in the questionpool services.

See Also:
Serialized Form

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

QuestionPoolServiceException

public QuestionPoolServiceException()

QuestionPoolServiceException

public QuestionPoolServiceException(String message)

QuestionPoolServiceException

public QuestionPoolServiceException(String message,
                                    Throwable cause)

QuestionPoolServiceException

public QuestionPoolServiceException(Throwable cause)


Copyright © 2005-2012 Sakai Project. All Rights Reserved.