Package io.github.ollama4j.exceptions
Class RoleNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.ollama4j.exceptions.RoleNotFoundException
-
- All Implemented Interfaces:
Serializable
public class RoleNotFoundException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleNotFoundException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RoleNotFoundException
public RoleNotFoundException(String s)
-
-