public class StorageSpaceException extends AeronException
AeronException.Category| Constructor and Description |
|---|
StorageSpaceException(String message)
Construct the exception for the with detailed message.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isStorageSpaceError(Throwable error)
Check if given exception denotes an out of disc space error, i.e.
|
category, isFataladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StorageSpaceException(String message)
message - detail for the exception.public static boolean isStorageSpaceError(Throwable error)
ENOSPC(28) and on Windows by error code ERROR_DISK_FULL(112).error - to check.true if cause is IOException with a specific error.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.