Class B2NetworkBaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.backblaze.b2.client.exceptions.B2Exception
-
- com.backblaze.b2.client.exceptions.B2NetworkBaseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
B2ConnectFailedException
,B2ConnectionBrokenException
,B2NetworkException
,B2NetworkTimeoutException
public abstract class B2NetworkBaseException extends B2Exception
Instances of subclasses of B2NetworkExceptions represent issues that appears to be related to the network. Note that these exceptions are generated locally by the SDK and have non-standard STATUS code.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.backblaze.b2.client.exceptions.B2Exception
DEFAULT_CODE
-
-
Method Summary
-
Methods inherited from class com.backblaze.b2.client.exceptions.B2Exception
create, getCode, getRetryAfterSecondsOrNull, getStatus, toString
-
-