Class BackendCapabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.sonus21.rqueue.exception.BackendCapabilityException
- All Implemented Interfaces:
Serializable
Raised when a web/dashboard operation is invoked against a backend that does not implement the
primitive it requires (e.g. atomic positional message moves on JetStream). Mapped to HTTP 501 by
RqueueWebExceptionAdvice; carries the backend identifier and operation name so callers
can distinguish "not supported here" from generic failures.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackendCapabilityException
-
-
Method Details
-
getBackend
-
getOperation
-