public class JsonException extends MongoDbException
Constructor and Description |
---|
JsonException()
Creates a new JsonParseException.
|
JsonException(String message)
Creates a new JsonParseException.
|
JsonException(String message,
Throwable cause)
Creates a new JsonParseException.
|
JsonException(Throwable cause)
Creates a new JsonParseException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonException()
public JsonException(String message)
message
- Reason for the exception.public JsonException(String message, Throwable cause)
message
- Reason for the exception.cause
- The exception causing the MongoDbException.public JsonException(Throwable cause)
cause
- The exception causing the MongoDbException.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.