Class EntityValidationException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      EntityValidationException​(java.lang.String message)
      Creates a new instance with the given message.
      EntityValidationException​(java.lang.String message, java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EntityValidationException

        public EntityValidationException​(java.lang.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​(java.lang.String message,
                                         java.lang.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.