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