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

public class MissingObjectSerializerException extends IllegalStateException
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 Details

    • MissingObjectSerializerException

      public MissingObjectSerializerException(@NonNull @NonNull Type type)
      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.