Class NamedPreparedStatementException

  • All Implemented Interfaces:
    Serializable

    public class NamedPreparedStatementException
    extends CouchbaseException
    An exception marking the fact that a Named Prepared Statement in N1QL couldn't be executed and that there was a fallback to re-preparing it.
    Since:
    2.2
    Author:
    Simon Baslé
    See Also:
    Serialized Form
    • Constructor Detail

      • NamedPreparedStatementException

        public NamedPreparedStatementException​(String message)
      • NamedPreparedStatementException

        public NamedPreparedStatementException​(String message,
                                               Throwable cause)