Package com.mongodb

Class MongoGridFSException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-05-27") public class MongoGridFSException extends MongoException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An exception indicating that a failure occurred in GridFS.
Since:
3.1
See Also:
  • Constructor Details

    • MongoGridFSException

      public MongoGridFSException(String message)
      Deprecated.
      Constructs a new instance.
      Parameters:
      message - the message
    • MongoGridFSException

      public MongoGridFSException(String message, Throwable t)
      Deprecated.
      Constructs a new instance.
      Parameters:
      message - the message
      t - the throwable cause