Package ai.picovoice.octopus
Class OctopusActivationRefusedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ai.picovoice.octopus.OctopusException
-
- ai.picovoice.octopus.OctopusActivationRefusedException
-
- All Implemented Interfaces:
java.io.Serializable
public class OctopusActivationRefusedException extends OctopusException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OctopusActivationRefusedException(java.lang.String message)OctopusActivationRefusedException(java.lang.String message, java.lang.String[] messageStack)OctopusActivationRefusedException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class ai.picovoice.octopus.OctopusException
getMessage, getMessageStack
-
-
-
-
Constructor Detail
-
OctopusActivationRefusedException
public OctopusActivationRefusedException(java.lang.Throwable cause)
-
OctopusActivationRefusedException
public OctopusActivationRefusedException(java.lang.String message)
-
OctopusActivationRefusedException
public OctopusActivationRefusedException(java.lang.String message, java.lang.String[] messageStack)
-
-