Class B2UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.backblaze.b2.client.exceptions.B2Exception
-
- com.backblaze.b2.client.exceptions.B2UnauthorizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class B2UnauthorizedException extends B2Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
B2UnauthorizedException.RequestCategory
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_CODE
static int
STATUS
-
Constructor Summary
Constructors Constructor Description B2UnauthorizedException(java.lang.String code, java.lang.Integer retryAfterSecondsOrNull, java.lang.String message)
B2UnauthorizedException(java.lang.String code, java.lang.Integer retryAfterSecondsOrNull, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2UnauthorizedException.RequestCategory
getRequestCategory()
void
setRequestCategory(B2UnauthorizedException.RequestCategory requestCategory)
-
Methods inherited from class com.backblaze.b2.client.exceptions.B2Exception
create, getCode, getRetryAfterSecondsOrNull, getStatus, toString
-
-
-
-
Field Detail
-
DEFAULT_CODE
public static final java.lang.String DEFAULT_CODE
- See Also:
- Constant Field Values
-
STATUS
public static final int STATUS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
B2UnauthorizedException
public B2UnauthorizedException(java.lang.String code, java.lang.Integer retryAfterSecondsOrNull, java.lang.String message)
-
B2UnauthorizedException
public B2UnauthorizedException(java.lang.String code, java.lang.Integer retryAfterSecondsOrNull, java.lang.String message, java.lang.Throwable cause)
-
-
Method Detail
-
getRequestCategory
public B2UnauthorizedException.RequestCategory getRequestCategory()
-
setRequestCategory
public void setRequestCategory(B2UnauthorizedException.RequestCategory requestCategory)
-
-