org.sakaiproject.contentreview.exception
Class SubmissionException

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

public class SubmissionException
extends Exception

See Also:
Serialized Form

Constructor Summary
SubmissionException()
           
SubmissionException(String s)
           
SubmissionException(String s, Integer code)
           
SubmissionException(String arg0, Throwable arg1)
           
SubmissionException(Throwable arg0)
           
 
Method Summary
 Integer getErrorCode()
           
 void setErrorCode(Integer errorCode)
           
 
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

SubmissionException

public SubmissionException()

SubmissionException

public SubmissionException(String arg0,
                           Throwable arg1)

SubmissionException

public SubmissionException(Throwable arg0)

SubmissionException

public SubmissionException(String s)

SubmissionException

public SubmissionException(String s,
                           Integer code)
Method Detail

getErrorCode

public Integer getErrorCode()

setErrorCode

public void setErrorCode(Integer errorCode)


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