Package com.github.ddth.queue.utils
Class QueueException.CannotSerializeQueueMessage
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.ddth.queue.utils.QueueException
-
- com.github.ddth.queue.utils.QueueException.CannotSerializeQueueMessage
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueueException
public static class QueueException.CannotSerializeQueueMessage extends QueueException
Thrown to indicate that the queue message can not be serialized.- 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 CannotSerializeQueueMessage()CannotSerializeQueueMessage(String message)CannotSerializeQueueMessage(String message, Throwable cause)CannotSerializeQueueMessage(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)CannotSerializeQueueMessage(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-