Class JsExecutionNotFoundProblem

  • All Implemented Interfaces:
    java.io.Serializable, org.zalando.problem.Exceptional, org.zalando.problem.Problem

    public class JsExecutionNotFoundProblem
    extends org.zalando.problem.AbstractThrowableProblem
    Custom AbstractThrowableProblem's extension .
    Since:
    1.1
    Author:
    Martynenko Anton
    See Also:
    AbstractThrowableProblem, Serialized Form
    • Field Summary

      • Fields inherited from interface org.zalando.problem.Problem

        DEFAULT_TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      JsExecutionNotFoundProblem​(java.lang.Integer jsExecutionId)
      Custom constructor which should be used when JsExecution is not found.
    • Method Summary

      • Methods inherited from class org.zalando.problem.AbstractThrowableProblem

        getDetail, getInstance, getParameters, getStatus, getTitle, getType
      • Methods inherited from class org.zalando.problem.ThrowableProblem

        getCause, getMessage, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.zalando.problem.Exceptional

        propagate, propagateAs
    • Constructor Detail

      • JsExecutionNotFoundProblem

        public JsExecutionNotFoundProblem​(@NotNull
                                          java.lang.Integer jsExecutionId)
        Custom constructor which should be used when JsExecution is not found.
        Parameters:
        jsExecutionId - id of not found entity
        Since:
        1.1