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:
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(String message)
NotSerializableException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
fillInStackTrace()
void
setStackTrace(StackTraceElement[] stackTrace)
-
-
-
Method Detail
-
setStackTrace
public void setStackTrace(StackTraceElement[] stackTrace)
-
fillInStackTrace
public Throwable fillInStackTrace()
-
-