public class StoreException extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
StoreException(String message)
Creates a new store exception.
|
StoreException(String message,
Throwable cause)
Creates a new store exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public StoreException(String message)
message
- The message. May be null
.public StoreException(String message, Throwable cause)
message
- The message. May be null
.cause
- The exception cause, null
if not specified.Copyright © 2015 Connect2id. All Rights Reserved.