Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable fillInStackTrace()  
      void setStackTrace​(java.lang.StackTraceElement[] stackTrace)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message,
                                        java.lang.Throwable cause)
      • NotSerializableException

        public NotSerializableException​(java.lang.String message)
    • Method Detail

      • setStackTrace

        public void setStackTrace​(java.lang.StackTraceElement[] stackTrace)
        Overrides:
        setStackTrace in class java.lang.Throwable
      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable