javax.slee.resource
Class FireEventException

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

public class FireEventException
extends java.lang.Exception

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.

Since:
SLEE 1.1
See Also:
Serialized Form

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

FireEventException

public FireEventException()
Create a FireEventException with no detail message.


FireEventException

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

Parameters:
message - the detail message.


Copyright © 2009. All Rights Reserved.