|
||||||||||
| 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.resource.FireEventException
public class FireEventException
This exception is thrown by a SleeEndpoint if the SLEE is unable to
accept an event for processing due to non system-level issues such as an input
rate limiting policy.
| Constructor Summary | |
|---|---|
FireEventException()
Create a FireEventException with no detail message. |
|
FireEventException(java.lang.String message)
Create a FireEventException 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 FireEventException()
FireEventException with no detail message.
public FireEventException(java.lang.String message)
FireEventException with a detail message.
message - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||