Package tv.hd3g.jobkit.mod.exception
Class JobKitRestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tv.hd3g.jobkit.mod.exception.JobKitRestException
-
- All Implemented Interfaces:
Serializable
public class JobKitRestException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobKitRestException(int returnCode, String message)JobKitRestException(String message)SC_BAD_REQUEST
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetReturnCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-