Class SerializerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.jme3.network.serializing.SerializerException
All Implemented Interfaces:
Serializable

public class SerializerException extends IOException
A general exception from the serialization routines.
See Also:
  • Constructor Details

    • SerializerException

      public SerializerException(String msg, Throwable cause)
    • SerializerException

      public SerializerException(String msg)