Class ValidationConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.servicelayer.interceptor.InterceptorException
-
- de.hybris.platform.servicelayer.interceptor.ValidationConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidationConfigurationException extends InterceptorException
Exception thrown when some error in validation configuration is detected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationConfigurationException(java.lang.String message, java.lang.Throwable cause, Interceptor inter)
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-
-
-
Constructor Detail
-
ValidationConfigurationException
public ValidationConfigurationException(java.lang.String message, java.lang.Throwable cause, Interceptor inter)
-
-