B2BadRequestException |
|
B2CannotComputeException |
|
B2ConnectFailedException |
B2ConnectFailedException represents a failure to connect to the
B2 servers.
|
B2ConnectionBrokenException |
B2ConnectionBrokenException represents the network connection to
the B2 servers having been closed unexpectedly.
|
B2Exception |
B2Exception is a checked exception class that's the base class for
all B2-specific exceptions thrown by b2-sdk-java.
|
B2ForbiddenException |
B2ForbiddenException is thrown when an HTTP response has a 403 status code or when a field for which client
does not have necessary read authorization is accessed (e.g., defaultServerSideEncryption in B2Bucket).
|
B2InternalErrorException |
|
B2LocalException |
Instances of B2LocalException represent issues that are detected by the SDK.
|
B2NetworkBaseException |
Instances of subclasses of B2NetworkExceptions represent issues that appears
to be related to the network.
|
B2NetworkException |
B2NetworkTimeoutException represents the network connection to
a B2 server being closed locally because the server
isn't answering in a timely fashion.
|
B2NetworkTimeoutException |
B2NetworkTimeoutException represents the network connection to
a B2 server being closed locally because the server
isn't answering in a timely fashion.
|
B2NotFoundException |
|
B2RequestTimeoutException |
|
B2RuntimeException |
B2RuntimeExceptions are thrown instead of B2Exceptions in the places
where an interface prevents the SDK from throwing a B2Exception.
|
B2ServiceUnavailableException |
|
B2SignatureVerificationException |
Instances of this class represents failure to verify content given a signature and secret.
|
B2TooManyRequestsException |
|
B2UnauthorizedException |
|