Class PollingAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.sashirestela.openai.exception.SimpleOpenAIException
-
- io.github.sashirestela.openai.exception.PollingAbortedException
-
- All Implemented Interfaces:
Serializable
public class PollingAbortedException extends SimpleOpenAIException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PollingAbortedException(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
-
PollingAbortedException
public PollingAbortedException(String message)
-
-