final case classFailedUnpickling(name: String, tag: String, message: String, cause: Option[Throwable] = None) extends BasePicklingException with Product with Serializable
Exception thrown when the unpickling of a message is not successful.
name
Name of the type
tag
Tag in the message to unpickle
message
Error message
cause
Exception causing the pickling exception if any
Linear Supertypes
Serializable, Product, Equals, BasePicklingException, java.lang.RuntimeException, java.lang.Exception, java.lang.Throwable, java.io.Serializable, AnyRef, Any
Exception thrown when the unpickling of a message is not successful.
Name of the type
Tag in the message to unpickle
Error message
Exception causing the pickling exception if any