ThrowableNotSerializableException
org.apache.pekko.remote.serialization.ThrowableNotSerializableException
final class ThrowableNotSerializableException(val originalMessage: String, val originalClassName: String, cause: Throwable) extends IllegalArgumentException
Use as replacement for an original exception when it can't be serialized or deserialized.
Value parameters
- cause
-
exception that caused deserialization error, optional and will not be serialized
- originalClassName
-
the class name of the original exception
- originalMessage
-
the message of the original exception
Attributes
- Source
- ThrowableNotSerializableException.scala
- Graph
-
- Supertypes
-
class IllegalArgumentExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
Attributes
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
Concrete fields
Attributes
Attributes
In this article