Class RestrictionEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.cms2.exceptions.RestrictionEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
public class RestrictionEvaluationException extends BusinessException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestrictionEvaluationException(java.lang.String message)RestrictionEvaluationException(java.lang.String message, java.lang.Throwable cause)RestrictionEvaluationException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
RestrictionEvaluationException
public RestrictionEvaluationException(java.lang.String message, java.lang.Throwable cause)
-
RestrictionEvaluationException
public RestrictionEvaluationException(java.lang.String message)
-
RestrictionEvaluationException
public RestrictionEvaluationException(java.lang.Throwable cause)
-
-