Class InvalidGatewayConfigurationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.broadleafcommerce.paymentgateway.service.exception.InvalidGatewayConfigurationException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InvalidGatewayConfigurationException extends RuntimeException
Exception denoting that the integration is insufficiently configured.- Author:
 - Chris Kittrell (ckittrell)
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidGatewayConfigurationException(String message) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InvalidGatewayConfigurationException
public InvalidGatewayConfigurationException(String message)
 
 - 
 
 -