public class ActivityAlreadyExistsException extends SLEEException
SleeEndpoint
if an attempt is made to
start an activity that is already known by the SLEE.Constructor and Description |
---|
ActivityAlreadyExistsException(String message)
Create an
ActivityAlreadyExistsException with a detail message. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActivityAlreadyExistsException(String message)
ActivityAlreadyExistsException
with a detail message.message
- the detail message.