Class DefaultSapQuoteIntegrationException

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

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

    • DefaultSapQuoteIntegrationException

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

      public DefaultSapQuoteIntegrationException(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.