Class B2CannotComputeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.backblaze.b2.client.exceptions.B2Exception
-
- com.backblaze.b2.client.exceptions.B2LocalException
-
- com.backblaze.b2.client.exceptions.B2CannotComputeException
-
- All Implemented Interfaces:
java.io.Serializable
public class B2CannotComputeException extends B2LocalException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.backblaze.b2.client.exceptions.B2LocalException
STATUS
-
Fields inherited from class com.backblaze.b2.client.exceptions.B2Exception
DEFAULT_CODE
-
-
Constructor Summary
Constructors Constructor Description B2CannotComputeException(java.lang.String message)
-
Method Summary
-
Methods inherited from class com.backblaze.b2.client.exceptions.B2Exception
create, getCode, getRetryAfterSecondsOrNull, getStatus, toString
-
-