Class MarshallingException

  • All Implemented Interfaces:
    Serializable

    public class MarshallingException
    extends CacheException
    An exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.
    Since:
    10.0
    Author:
    Ryan Emerson
    See Also:
    Serialized Form
    • Constructor Detail

      • MarshallingException

        public MarshallingException()
      • MarshallingException

        public MarshallingException​(Throwable cause)
      • MarshallingException

        public MarshallingException​(String msg)
      • MarshallingException

        public MarshallingException​(String msg,
                                    Throwable cause)
      • MarshallingException

        public MarshallingException​(String message,
                                    Throwable cause,
                                    boolean enableSuppression,
                                    boolean writableStackTrace)