Class SerializationException

  • All Implemented Interfaces:
    Serializable

    @Deprecated(forRemoval=true)
    public class SerializationException
    extends Exception
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class is moved to lighty-codecs-util.
    This exception should be thrown when serialization problem occurs.
    See Also:
    Serialized Form
    • Constructor Detail

      • SerializationException

        public SerializationException​(Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • SerializationException

        public SerializationException​(String message,
                                      Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.