Package org.infinispan.commons.marshall
Class NotSerializableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.commons.marshall.NotSerializableException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotSerializableException extends CacheException
An exception that hides inner stacktrace lines for non serializable exceptions.- Since:
- 4.0
- Author:
- Galder ZamarreƱo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotSerializableException(java.lang.String message)
NotSerializableException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
void
setStackTrace(java.lang.StackTraceElement[] stackTrace)
-