public class StoreException extends Exception
| Constructor and Description |
|---|
StoreException(String mesg)
This constructor initialises the exception message.
|
StoreException(String mesg,
Throwable t)
This constructor initialises the exception message.
|
StoreException(Throwable t)
This constructor initialises the associated exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.