public class BsonInvalidOperationException extends BSONException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
BsonInvalidOperationException(java.lang.String message)
Construct a new instance.
|
BsonInvalidOperationException(java.lang.String message,
java.lang.Throwable t)
Construct a new instance.
|
getErrorCode, hasErrorCode
private static final long serialVersionUID
public BsonInvalidOperationException(java.lang.String message)
message
- the messagepublic BsonInvalidOperationException(java.lang.String message, java.lang.Throwable t)
message
- the messaget
- the throwable cause.