Class MissingObjectSerializerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
eu.cloudnetservice.driver.network.rpc.exception.MissingObjectSerializerException
- All Implemented Interfaces:
Serializable
An illegal state of the object serializer thrown when no serializer for the class to (de-) serialize is found.
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new missing object serializer exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingObjectSerializerException
Constructs a new missing object serializer exception.- Parameters:
type- the type for which no serializer could be found.- Throws:
NullPointerException- if the given type is null.
-