Class EventSerializer.EventSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cloud.opencode.base.event.serialization.EventSerializer.EventSerializationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EventSerializer
Exception thrown when event serialization fails.
事件序列化失败时抛出的异常
- Since:
- JDK 25, opencode-base-event V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventSerializationException(String message) EventSerializationException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventSerializationException
-
EventSerializationException
-