| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalCacheException.Reason |
ExternalCacheException.getReason()
Returns the reason for failure.
|
static ExternalCacheException.Reason |
ExternalCacheException.Reason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalCacheException.Reason[] |
ExternalCacheException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2022 Atlassian. All rights reserved.