public final class StoreAccessException extends ServiceNotAvailableException
| Constructor and Description |
|---|
StoreAccessException(Optional<UUID> storeUUID,
SessionException cause)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
SessionException |
getCause() |
Optional<UUID> |
getStoreUUID()
Gets the store UUID.
|
public StoreAccessException(@Nonnull
Optional<UUID> storeUUID,
@Nonnull
SessionException cause)
storeUUID - The optional store UUID.cause - The cause of the exception.public SessionException getCause()
getCause in class Throwable@Nonnull @CheckReturnValue public Optional<UUID> getStoreUUID()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.