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