public class StoreException extends Exception
| Constructor and Description |
|---|
StoreException()
Creates a new instance of
StoreException without detail message. |
StoreException(String msg)
Constructs an instance of
StoreException with the specified detail message. |
StoreException(String msg,
Throwable t) |
StoreException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StoreException()
StoreException without detail message.public StoreException(String msg)
StoreException with the specified detail message.msg - the detail message.public StoreException(Throwable t)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.