Package org.bson

Class BsonInvalidOperationException

  • All Implemented Interfaces:

    public class BsonInvalidOperationException
    extends BSONException
    An exception indicating an invalid BSON operation.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
       message)
      Construct a new instance.
       message,  t)
      Construct a new instance.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • BsonInvalidOperationException

        public BsonInvalidOperationException​( message)
        Construct a new instance.
        Parameters:
        message - the message
      • BsonInvalidOperationException

        public BsonInvalidOperationException​( message,
                                              t)
        Construct a new instance.
        Parameters:
        message - the message
        t - the throwable cause.
        Since:
        3.5