Package ai.picovoice.octopus
Class OctopusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ai.picovoice.octopus.OctopusException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OctopusActivationException,OctopusActivationLimitException,OctopusActivationRefusedException,OctopusActivationThrottledException,OctopusInvalidArgumentException,OctopusInvalidStateException,OctopusIOException,OctopusKeyException,OctopusMemoryException,OctopusRuntimeException,OctopusStopIterationException
public class OctopusException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OctopusException(java.lang.String message)OctopusException(java.lang.Throwable cause)
-