Class SubmittedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.qasymphony.ci.plugin.exception.SubmittedException
All Implemented Interfaces:
Serializable

public class SubmittedException extends Exception
Since:
1.0
Version:
11/2/2015 3:12 PM trongle $
Author:
trongle
See Also:
  • Constructor Details

    • SubmittedException

      public SubmittedException()
    • SubmittedException

      public SubmittedException(String message)
    • SubmittedException

      public SubmittedException(String message, int status)
    • SubmittedException

      public SubmittedException(String message, Throwable cause)
    • SubmittedException

      public SubmittedException(Throwable cause)
    • SubmittedException

      protected SubmittedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details

    • getStatus

      public int getStatus()
    • setStatus

      public SubmittedException setStatus(int status)