Package org.influxdb
Class InfluxDBException.AuthorizationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.influxdb.InfluxDBException
org.influxdb.InfluxDBException.AuthorizationFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InfluxDBException
public static final class InfluxDBException.AuthorizationFailedException extends InfluxDBException
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.influxdb.InfluxDBException
InfluxDBException.AuthorizationFailedException, InfluxDBException.CacheMaxMemorySizeExceededException, InfluxDBException.DatabaseNotFoundException, InfluxDBException.FieldTypeConflictException, InfluxDBException.HintedHandOffQueueNotEmptyException, InfluxDBException.PointsBeyondRetentionPolicyException, InfluxDBException.RetryBufferOverrunException, InfluxDBException.UnableToParseException
-
Constructor Summary
Constructors Constructor Description AuthorizationFailedException(String message)
-
Method Summary
Modifier and Type Method Description boolean
isRetryWorth()
Methods inherited from class org.influxdb.InfluxDBException
buildExceptionForErrorState, buildExceptionForErrorState
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
isRetryWorth
public boolean isRetryWorth()- Overrides:
isRetryWorth
in classInfluxDBException
- Returns:
- true if the operation may succeed if repeated, false otherwise.
-