javax.slee.resource
Class ActivityIsEndingException

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

public class ActivityIsEndingException
extends SLEEException

This exception is thrown by the SleeEndpoint if an attempt is made to fire an event on an activity that is in the ending state.

Since:
SLEE 1.1
See Also:
Serialized Form

Constructor Summary
ActivityIsEndingException()
          Create an ActivityIsEndingException with no detail message.
ActivityIsEndingException(java.lang.String message)
          Create an ActivityIsEndingException with a detail message.
 
Method Summary
 
Methods inherited from class javax.slee.SLEEException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ActivityIsEndingException

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


ActivityIsEndingException

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

Parameters:
message - the detail message.


Copyright © 2009. All Rights Reserved.