Class EntityValidationException

All Implemented Interfaces:
Serializable

public class EntityValidationException extends DomainException
The Class de.hybris.platform.b2bacceleratorfacades.exception.EntityValidationException.
See Also:
  • Constructor Details

    • EntityValidationException

      public EntityValidationException(String message)
      Creates a new instance with the given message.
      Parameters:
      message - the reason for this de.hybris.platform.b2bacceleratorfacades.exception.EntityValidationException
    • EntityValidationException

      public EntityValidationException(String message, Throwable cause)
      Creates a new instance using the given message and cause exception.
      Parameters:
      message - The reason for this de.hybris.platform.b2bacceleratorfacades.exception.EntityValidationException.
      cause - the Throwable that caused this de.hybris.platform.b2bacceleratorfacades.exception.EntityValidationException.