Package org.bson

Class BsonInvalidOperationException

All Implemented Interfaces:
Serializable

@Deprecated(since="2022-10-31") public class BsonInvalidOperationException extends BSONException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An exception indicating an invalid BSON operation.
Since:
3.0
See Also:
  • Constructor Details

    • BsonInvalidOperationException

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

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