Class EncodingFailureException

  • All Implemented Interfaces:
    Serializable

    public class EncodingFailureException
    extends CouchbaseException
    Raised when provided content could not be successfully encoded.
    Since:
    2.0
    Author:
    Graham Pople
    See Also:
    Serialized Form
    • Constructor Detail

      • EncodingFailureException

        public EncodingFailureException()
      • EncodingFailureException

        public EncodingFailureException​(String message)
      • EncodingFailureException

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

        public EncodingFailureException​(Throwable cause)