Class AIFProviderDataLoadingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AIFProviderDataLoadingException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AIFProviderDataLoadingException

        public AIFProviderDataLoadingException​(java.lang.String message)
      • AIFProviderDataLoadingException

        public AIFProviderDataLoadingException​(java.lang.String message,
                                               java.lang.Throwable cause)
      • AIFProviderDataLoadingException

        public AIFProviderDataLoadingException​(java.lang.Throwable cause)