Package com.composum.sling.nodes.ai
Class AIService.AIServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.composum.sling.nodes.ai.AIService.AIServiceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AIService.AIServiceNotAvailableException
- Enclosing interface:
- AIService
public static class AIService.AIServiceException extends Exception
Something went wrong.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AIServiceException(String message)
AIServiceException(String message, IOException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AIServiceException
public AIServiceException(String message)
-
AIServiceException
public AIServiceException(String message, IOException e)
-
-