Class DecodingFailureException

  • All Implemented Interfaces:
    Serializable

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

      • DecodingFailureException

        public DecodingFailureException()
      • DecodingFailureException

        public DecodingFailureException​(String message)
      • DecodingFailureException

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

        public DecodingFailureException​(Throwable cause)