Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.guilhermekaua.spigotboot.config.exception.ConfigException
tech.guilhermekaua.spigotboot.config.exception.SerializationException
- All Implemented Interfaces:
Serializable
Exception thrown when serialization or deserialization fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializationException(@NotNull String message) SerializationException(@NotNull String message, @Nullable Throwable cause) SerializationException(@NotNull 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 Details
-
SerializationException
-
SerializationException
-
SerializationException
-