org.infinispan.marshall
Class NotSerializableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by 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

Constructor Summary
NotSerializableException(String message)
           
NotSerializableException(String message, Throwable cause)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 void setStackTrace(StackTraceElement[] stackTrace)
           
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotSerializableException

public NotSerializableException(String message,
                                Throwable cause)

NotSerializableException

public NotSerializableException(String message)
Method Detail

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.