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
    • 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)
      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()