public class PermanentStorageException extends StorageException
| Constructor and Description |
|---|
PermanentStorageException(String msg) |
PermanentStorageException(String msg,
Throwable cause) |
PermanentStorageException(Throwable cause)
Constructs an exception with a generic message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PermanentStorageException(String msg)
msg - Exception messagepublic PermanentStorageException(String msg, Throwable cause)
msg - Exception messagecause - Cause of the exceptionpublic PermanentStorageException(Throwable cause)
cause - Cause of the exceptionCopyright © 2012–2014. All rights reserved.