Class AIFProviderDataLoadingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.assistedservicefacades.customer360.exception.AIFProviderDataLoadingException
All Implemented Interfaces:
Serializable

public class AIFProviderDataLoadingException extends RuntimeException
AIF Exception Class thrown in case of problem loading provider's data. This will be thrown in case the provider is not able to retrieve data or data processing has a problem.
See Also:
  • Constructor Details

    • AIFProviderDataLoadingException

      public AIFProviderDataLoadingException(String message)
    • AIFProviderDataLoadingException

      public AIFProviderDataLoadingException(String message, Throwable cause)
    • AIFProviderDataLoadingException

      public AIFProviderDataLoadingException(Throwable cause)