Class SapSubscriptionSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.servicelayer.exceptions.SystemException
de.hybris.platform.sap.saprevenuecloudorder.exception.SapSubscriptionSystemException
All Implemented Interfaces:
Serializable

public class SapSubscriptionSystemException extends de.hybris.platform.servicelayer.exceptions.SystemException
Exception is thrown when subscription service unable to process request because of external factors like Database Unavailable, API Server not available etc.
See Also:
  • Constructor Details

    • SapSubscriptionSystemException

      public SapSubscriptionSystemException(String message)
    • SapSubscriptionSystemException

      public SapSubscriptionSystemException(Throwable cause)
    • SapSubscriptionSystemException

      public SapSubscriptionSystemException(String message, Throwable cause)