Package com.mongodb

Class MongoGridFSException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • MongoGridFSException

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

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