org.sakaiproject.tool.assessment.services.assessment
Class AssessmentServiceException

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.assessment.AssessmentServiceException
All Implemented Interfaces:
Serializable

public class AssessmentServiceException
extends RuntimeException

Isolates exceptions in the assessment services.

See Also:
Serialized Form

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

AssessmentServiceException

public AssessmentServiceException()

AssessmentServiceException

public AssessmentServiceException(String message)

AssessmentServiceException

public AssessmentServiceException(String message,
                                  Throwable cause)

AssessmentServiceException

public AssessmentServiceException(Throwable cause)


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