public class StorageException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageException.OutOfDiskSpace
Exception thrown when storage runs out of disk space.
|
| Constructor and Description |
|---|
StorageException() |
StorageException(String message) |
StorageException(String message,
Throwable cause) |
StorageException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013–2018. All rights reserved.