Package com.github.ddth.queue.utils
Class QueueException.CannotDeserializeQueueMessage
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.ddth.queue.utils.QueueException
-
- com.github.ddth.queue.utils.QueueException.CannotDeserializeQueueMessage
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueueException
public static class QueueException.CannotDeserializeQueueMessage extends QueueException
Thrown to indicate that the queue message can not be deserialized.- Since:
- 0.3.3
- Author:
- Thanh Nguyen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.ddth.queue.utils.QueueException
QueueException.CannotDeserializeQueueMessage, QueueException.CannotSerializeQueueMessage, QueueException.EphemeralIsFull, QueueException.OperationNotSupported, QueueException.QueueIsFull
-
-
Constructor Summary
Constructors Constructor Description CannotDeserializeQueueMessage()CannotDeserializeQueueMessage(String message)CannotDeserializeQueueMessage(String message, Throwable cause)CannotDeserializeQueueMessage(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)CannotDeserializeQueueMessage(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CannotDeserializeQueueMessage
public CannotDeserializeQueueMessage()
-
CannotDeserializeQueueMessage
public CannotDeserializeQueueMessage(String message)
-
CannotDeserializeQueueMessage
public CannotDeserializeQueueMessage(Throwable cause)
-
CannotDeserializeQueueMessage
public CannotDeserializeQueueMessage(String message, Throwable cause)
-
-