Package com.mongodb

Class MongoGridFSException

All Implemented Interfaces:
Serializable

public class MongoGridFSException extends MongoException
An exception indicating that a failure occurred in GridFS.
Since:
3.1
See Also:
  • Constructor Details

    • MongoGridFSException

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

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