Class AITemplatingServiceImpl.AITemplatingRetryableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.composum.ai.backend.slingbase.experimential.impl.AITemplatingServiceImpl.AITemplatingRetryableException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AITemplatingServiceImpl
protected static class AITemplatingServiceImpl.AITemplatingRetryableException extends RuntimeException
An exception that says something is wrong with the response, but that might be temporary and can be retried.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AITemplatingRetryableException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AITemplatingRetryableException
public AITemplatingRetryableException(String message)
-
-