Class 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 Detail

      • NotSerializableException

        public NotSerializableException​(String message,
                                        Throwable cause)
      • NotSerializableException

        public NotSerializableException​(String message)
    • Method Detail

      • fillInStackTrace

        public Throwable fillInStackTrace()