android/Rhino/rhino/src/main/java/ai/picovoice/rhino/exception/RhinoActivationLimitException.java
Go to the documentation of this file.
1 /*
2  Copyright 2021 Picovoice Inc.
3  You may not use this file except in compliance with the license. A copy of the license is
4  located in the "LICENSE" file accompanying this source.
5  Unless required by applicable law or agreed to in writing, software distributed under the
6  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
7  express or implied. See the License for the specific language governing permissions and
8  limitations under the License.
9 */
10 
11 package ai.picovoice.rhino;
12 
14  public RhinoActivationLimitException(Throwable cause) {
15  super(cause);
16  }
17 
18  public RhinoActivationLimitException(String message) {
19  super(message);
20  }
21 }
ai.picovoice.rhino.RhinoException
Definition: android/Rhino/rhino/src/main/java/ai/picovoice/rhino/exception/RhinoException.java:14
ai.picovoice.rhino.RhinoActivationLimitException.RhinoActivationLimitException
RhinoActivationLimitException(Throwable cause)
Definition: android/Rhino/rhino/src/main/java/ai/picovoice/rhino/exception/RhinoActivationLimitException.java:14
ai.picovoice.rhino.RhinoActivationLimitException.RhinoActivationLimitException
RhinoActivationLimitException(String message)
Definition: android/Rhino/rhino/src/main/java/ai/picovoice/rhino/exception/RhinoActivationLimitException.java:18
ai.picovoice.rhino.RhinoActivationLimitException
Definition: android/Rhino/rhino/src/main/java/ai/picovoice/rhino/exception/RhinoActivationLimitException.java:13


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:50