public class UnrecognizedAlarmException extends Exception
Constructor and Description |
---|
UnrecognizedAlarmException()
Create an
UnrecognizedAlarmException with no detail message. |
UnrecognizedAlarmException(String message)
Create an
UnrecognizedAlarmException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedAlarmException()
UnrecognizedAlarmException
with no detail message.public UnrecognizedAlarmException(String message)
UnrecognizedAlarmException
with a detail message.message
- the detail message.