Class DefaultSapProductCpqIntegrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.hybris.sapproductcpqintegration.exception.DefaultSapProductCpqIntegrationException
All Implemented Interfaces:
Serializable

public class DefaultSapProductCpqIntegrationException extends RuntimeException
The generic exception class for the com.hybris package.
See Also:
  • Constructor Details

    • DefaultSapProductCpqIntegrationException

      public DefaultSapProductCpqIntegrationException(String message)
      Creates a new instance with the given message.
      Parameters:
      message - the reason for this HybrisSystemException
    • DefaultSapProductCpqIntegrationException

      public DefaultSapProductCpqIntegrationException(Exception message)
      Creates a new instance with the given Exception.
      Parameters:
      message - the reason for this HybrisSystemException
    • DefaultSapProductCpqIntegrationException

      public DefaultSapProductCpqIntegrationException(String message, Throwable cause)
      Creates a new instance using the given message and cause exception.
      Parameters:
      message - The reason for this HybrisSystemException.
      cause - the Throwable that caused this HybrisSystemException.