Class EntityValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.b2bacceleratorfacades.exception.HybrisSystemException
de.hybris.platform.b2bacceleratorfacades.exception.DomainException
de.hybris.platform.b2bacceleratorfacades.exception.EntityValidationException
- All Implemented Interfaces:
Serializable
The Class de.hybris.platform.b2bacceleratorfacades.exception.EntityValidationException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityValidationException(String message) Creates a new instance with the given message.EntityValidationException(String message, Throwable cause) Creates a new instance using the given message and cause exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityValidationException
Creates a new instance with the given message.- Parameters:
message- the reason for this de.hybris.platform.b2bacceleratorfacades.exception.EntityValidationException
-
EntityValidationException
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.
-