Package com.mongodb

Class MongoGridFSException

  • All Implemented Interfaces:

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

      • MongoGridFSException

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

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