Class CpqDefaultSapQuoteIntegrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.hybris.sapcpqquoteintegration.exception.CpqDefaultSapQuoteIntegrationException
- All Implemented Interfaces:
Serializable
The generic exception class for the com.hybris package.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance with the given message.CpqDefaultSapQuoteIntegrationException(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
-
CpqDefaultSapQuoteIntegrationException
Creates a new instance with the given message.- Parameters:
message- the reason for this HybrisSystemException
-
CpqDefaultSapQuoteIntegrationException
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.
-