Class B2LocalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.backblaze.b2.client.exceptions.B2Exception
-
- com.backblaze.b2.client.exceptions.B2LocalException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
B2CannotComputeException
public class B2LocalException extends B2Exception
Instances of B2LocalException represent issues that are detected by the SDK. Note that these exceptions are generated locally by the SDK and have non-standard STATUS code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
STATUS
-
Fields inherited from class com.backblaze.b2.client.exceptions.B2Exception
DEFAULT_CODE
-
-
Constructor Summary
Constructors Constructor Description B2LocalException(java.lang.String code, java.lang.String message)
B2LocalException(java.lang.String code, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.backblaze.b2.client.exceptions.B2Exception
create, getCode, getRetryAfterSecondsOrNull, getStatus, toString
-
-
-
-
Field Detail
-
STATUS
public static final int STATUS
- See Also:
- Constant Field Values
-
-