org.infinispan.marshall
Class NotSerializableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.CacheException
org.infinispan.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
NotSerializableException
public NotSerializableException(String message,
Throwable cause)
NotSerializableException
public NotSerializableException(String message)
setStackTrace
public void setStackTrace(StackTraceElement[] stackTrace)
- Overrides:
setStackTrace
in class Throwable
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in class Throwable
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.