Class DefaultSapCpqQuoteIntegrationException

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

public class DefaultSapCpqQuoteIntegrationException extends RuntimeException
See Also:
  • Constructor Details

    • DefaultSapCpqQuoteIntegrationException

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

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