Class HttpStatusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- hudson.plugins.project_inheritance.util.exceptions.HttpStatusException
-
- All Implemented Interfaces:
Serializable
public class HttpStatusException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
status
-
Constructor Summary
Constructors Constructor Description HttpStatusException(int status, String msg)
HttpStatusException(int status, String msg, Throwable cause)
HttpStatusException(int status, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-