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