Class JsExecutionCanNotBeCancelledProblem

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

    public class JsExecutionCanNotBeCancelledProblem
    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
      JsExecutionCanNotBeCancelledProblem​(java.lang.String details)
      Custom constructor which should be used when code trying to cancel not cancelable object .
    • 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

      • JsExecutionCanNotBeCancelledProblem

        public JsExecutionCanNotBeCancelledProblem​(@NotNull
                                                   java.lang.String details)
        Custom constructor which should be used when code trying to cancel not cancelable object .
        Parameters:
        details - details of problem
        Since:
        1.1