Package org.bson
Class BsonMaximumSizeExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bson.BSONException
org.bson.BsonSerializationException
org.bson.BsonMaximumSizeExceededException
- All Implemented Interfaces:
Serializable
@Deprecated(since="2022-10-31")
public class BsonMaximumSizeExceededException
extends BsonSerializationException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An exception indicating a failure to serialize a BSON document due to it exceeding the maximum size.
- Since:
- 3.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBsonMaximumSizeExceededException(String message) Deprecated.Construct a new instance. -
Method Summary
Methods inherited from class org.bson.BSONException
getErrorCode, hasErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BsonMaximumSizeExceededException
Deprecated.Construct a new instance.- Parameters:
message- the message
-