public class MongoGridFSException extends MongoException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
MongoGridFSException(java.lang.String message)
Constructs a new instance.
|
MongoGridFSException(java.lang.String message,
java.lang.Throwable t)
Constructs a new instance.
|
fromThrowable, getCode
private static final long serialVersionUID
public MongoGridFSException(java.lang.String message)
message
- the messagepublic MongoGridFSException(java.lang.String message, java.lang.Throwable t)
message
- the messaget
- the throwable cause