org.sakaiproject.contentreview.exception
Class TransientSubmissionException

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

public class TransientSubmissionException
extends Exception

See Also:
Serialized Form

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

TransientSubmissionException

public TransientSubmissionException()

TransientSubmissionException

public TransientSubmissionException(String arg0,
                                    Throwable arg1)

TransientSubmissionException

public TransientSubmissionException(Throwable arg0)

TransientSubmissionException

public TransientSubmissionException(String s)

TransientSubmissionException

public TransientSubmissionException(String s,
                                    Integer error)
Method Detail

getErrorCode

public Integer getErrorCode()

setErrorCode

public void setErrorCode(Integer errorCode)


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