Class QueueIsFullError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
services.moleculer.error.MoleculerError
services.moleculer.error.MoleculerRetryableError
services.moleculer.error.QueueIsFullError
- All Implemented Interfaces:
Serializable
'Queue is full' error message. Retryable.
- See Also:
-
Field Summary
FieldsFields inherited from class MoleculerError
code, data, name, nodeID, retryable, stack, stackTrace, type -
Constructor Summary
ConstructorsConstructorDescriptionQueueIsFullError(io.datatree.Tree payload) QueueIsFullError(String nodeID, String action) -
Method Summary
Methods inherited from class MoleculerError
getCode, getData, getName, getStack, getType, isRemote, isRetryable, printStackTrace, printStackTrace, printStackTrace, toTree, toTreeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
action
-
-
Constructor Details
-
QueueIsFullError
-
QueueIsFullError
public QueueIsFullError(io.datatree.Tree payload)
-
-
Method Details
-
getAction
-