Class SimpleOpenAIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.sashirestela.openai.exception.SimpleOpenAIException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PollingAbortedException
public class SimpleOpenAIException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleOpenAIException(String message)SimpleOpenAIException(String message, Object... parameters)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-