Class SubmittedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.qasymphony.ci.plugin.exception.SubmittedException
- All Implemented Interfaces:
Serializable
- Since:
- 1.0
- Version:
- 11/2/2015 3:12 PM trongle $
- Author:
- trongle
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionSubmittedException(String message) SubmittedException(String message, int status) SubmittedException(String message, Throwable cause) protectedSubmittedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) SubmittedException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubmittedException
public SubmittedException() -
SubmittedException
-
SubmittedException
-
SubmittedException
-
SubmittedException
-
SubmittedException
-
-
Method Details
-
getStatus
public int getStatus() -
setStatus
-