Class ThrowableNotSerializableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.pekko.remote.serialization.ThrowableNotSerializableException
- All Implemented Interfaces:
Serializable
Use as replacement for an original exception when it can't be serialized or deserialized.
param: originalMessage the message of the original exception
param: originalClassName the class name of the original exception
param: cause exception that caused deserialization error, optional and will not be serialized
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThrowableNotSerializableException(String originalMessage, String originalClassName) ThrowableNotSerializableException(String originalMessage, String originalClassName, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ThrowableNotSerializableException
-
ThrowableNotSerializableException
-
-
Method Details
-
originalClassName
-
originalMessage
-