@PublicApi public class ExternalCacheException extends VCacheException
ExternalCache.| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalCacheException.Reason
The reasons for failure.
|
| Constructor and Description |
|---|
ExternalCacheException(ExternalCacheException.Reason reason)
Creates an instance for the specified reason.
|
ExternalCacheException(ExternalCacheException.Reason reason,
java.lang.Throwable cause)
Creates an instance for the specified reason and cause.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalCacheException.Reason |
getReason()
Returns the reason for failure.
|
public ExternalCacheException(ExternalCacheException.Reason reason)
reason - the reason for the failurepublic ExternalCacheException(ExternalCacheException.Reason reason, java.lang.Throwable cause)
reason - the reason for the failurecause - the cause of the failurepublic ExternalCacheException.Reason getReason()
Copyright © 2022 Atlassian. All rights reserved.