public class StorageException extends Exception
| Constructor and Description |
|---|
StorageException()
Constructor.
|
StorageException(String message)
Constructor.
|
StorageException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StorageException()
public StorageException(String message)
message - the exception messagepublic StorageException(Throwable cause)
cause - the exception cause the exception causeCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.