org.sakaiproject.contentreview.exception
Class ReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sakaiproject.contentreview.exception.ReportException
All Implemented Interfaces:
Serializable

public class ReportException
extends Exception

See Also:
Serialized Form

Constructor Summary
ReportException()
           
ReportException(String s)
           
ReportException(String arg0, Throwable arg1)
           
ReportException(Throwable arg0)
           
 
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

ReportException

public ReportException()

ReportException

public ReportException(String arg0,
                       Throwable arg1)

ReportException

public ReportException(Throwable arg0)

ReportException

public ReportException(String s)


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