Class KSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.voice.KSException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class KSException extends Exception
General purpose keyword spotting exception
Author:
Kelly Davis - Initial contribution
See Also:
  • Constructor Details

    • KSException

      public KSException()
      Constructs a new exception with null as its detail message.
    • KSException

      public KSException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - Detail message
      cause - The cause
    • KSException

      public KSException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - Detail message
    • KSException

      public KSException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - The cause