Package com.mongodb

Class MongoGridFSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mongodb.MongoException
com.mongodb.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