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