public class StoreException
extends java.lang.Exception
Constructor and Description |
---|
StoreException(java.lang.String message)
Create a StoreException with a message.
|
StoreException(java.lang.String message,
java.lang.Throwable cause)
Create a StoreException with a message and underlying cause.
|
StoreException(java.lang.Throwable cause)
Create a StoreException with an underlying cause.
|
public StoreException(java.lang.Throwable cause)
cause
- the exception that led to this exception being createdpublic StoreException(java.lang.String message)
message
- the messagepublic StoreException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the exception that led to this exception being created