Class AIProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.deltaai.AIProviderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AIProviderInitialisationException

public class AIProviderException extends Exception
Thrown when there is a problem generating an AI summary report.
See Also:
  • Constructor Details

    • AIProviderException

      public AIProviderException(String message)
    • AIProviderException

      public AIProviderException(Throwable t)
    • AIProviderException

      public AIProviderException(String msg, Throwable t)