Package org.infinispan.commons.marshall
Class MarshallingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.commons.marshall.MarshallingException
- All Implemented Interfaces:
Serializable
An exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.
- Since:
- 10.0
- Author:
- Ryan Emerson
- See Also:
-
Constructor Summary
ConstructorDescriptionMarshallingException
(String msg, Throwable cause) MarshallingException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MarshallingException
(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
-
MarshallingException
public MarshallingException() -
MarshallingException
-
MarshallingException
-
MarshallingException
-
MarshallingException
-