public class NotAttachedException extends SLEEException
SbbContext
if an SBB entity
attempts to obtain or modify the event mask for an activity it is not attached to.
As of SLEE 1.1 this class extends SLEEException
instead of Exception
.
Constructor and Description |
---|
NotAttachedException()
Create a
NotAttachedException with no detail message. |
NotAttachedException(String message)
Create a
NotAttachedException with a detail message. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotAttachedException()
NotAttachedException
with no detail message.public NotAttachedException(String message)
NotAttachedException
with a detail message.message
- the detail message.