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