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
public class MarshallingException extends CacheException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarshallingException()
MarshallingException(String msg)
MarshallingException(String msg, Throwable cause)
MarshallingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
MarshallingException(Throwable cause)
-