javax.slee
Class UnrecognizedAlarmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.slee.UnrecognizedAlarmException
All Implemented Interfaces:
java.io.Serializable

public class UnrecognizedAlarmException
extends java.lang.Exception

This exception is thrown when an attempt is made to obtain or reference an alarm using an alarm ID that is not recognized by the SLEE, or does not represent an alarm known by the SLEE.

Since:
SLEE 1.1
See Also:
Serialized Form

Constructor Summary
UnrecognizedAlarmException()
          Create an UnrecognizedAlarmException with no detail message.
UnrecognizedAlarmException(java.lang.String message)
          Create an UnrecognizedAlarmException with a detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnrecognizedAlarmException

public UnrecognizedAlarmException()
Create an UnrecognizedAlarmException with no detail message.


UnrecognizedAlarmException

public UnrecognizedAlarmException(java.lang.String message)
Create an UnrecognizedAlarmException with a detail message.

Parameters:
message - the detail message.


Copyright © 2009. All Rights Reserved.