|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.slee.UnrecognizedAlarmException
public class UnrecognizedAlarmException
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.
| 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 |
|---|
public UnrecognizedAlarmException()
UnrecognizedAlarmException with no detail message.
public UnrecognizedAlarmException(java.lang.String message)
UnrecognizedAlarmException with a detail message.
message - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||