Class JsExecutionNotFoundProblem
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zalando.problem.ThrowableProblem
-
- org.zalando.problem.AbstractThrowableProblem
-
- com.anton.martynenko.jswrapper.jsexecution.problem.JsExecutionNotFoundProblem
-
- All Implemented Interfaces:
java.io.Serializable
,org.zalando.problem.Exceptional
,org.zalando.problem.Problem
public class JsExecutionNotFoundProblem extends org.zalando.problem.AbstractThrowableProblem
CustomAbstractThrowableProblem
's extension .- Since:
- 1.1
- Author:
- Martynenko Anton
- See Also:
AbstractThrowableProblem
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsExecutionNotFoundProblem(java.lang.Integer jsExecutionId)
Custom constructor which should be used whenJsExecution
is not found.
-
Method Summary
-
Methods inherited from class org.zalando.problem.AbstractThrowableProblem
getDetail, getInstance, getParameters, getStatus, getTitle, getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
JsExecutionNotFoundProblem
public JsExecutionNotFoundProblem(@NotNull java.lang.Integer jsExecutionId)
Custom constructor which should be used whenJsExecution
is not found.- Parameters:
jsExecutionId
- id of not found entity- Since:
- 1.1
-
-