public class NoSuchStoreException extends BadRequestException
| Constructor and Description |
|---|
NoSuchStoreException(java.lang.String message)
create exception with description only.
|
NoSuchStoreException(java.lang.String message,
java.lang.Throwable cause)
create exception with description and causing exception.
|
NoSuchStoreException(java.lang.Throwable cause)
create exception from causing exception.
|
public NoSuchStoreException(java.lang.String message,
java.lang.Throwable cause)
public NoSuchStoreException(java.lang.String message)
public NoSuchStoreException(java.lang.Throwable cause)