public class UnrecognizedDeployableUnitException extends Exception
DeployableUnitID
object that is not recognized by the SLEE, or does
not identify a deployable unit installed in the SLEE.
As of SLEE 1.1 this class extends java.lang.Exception
instead of
UnrecognizedComponentException
.
Constructor and Description |
---|
UnrecognizedDeployableUnitException()
Create an
UnrecognizedDeployableUnitException with no detail message. |
UnrecognizedDeployableUnitException(String message)
Create an
UnrecognizedDeployableUnitException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedDeployableUnitException()
UnrecognizedDeployableUnitException
with no detail message.public UnrecognizedDeployableUnitException(String message)
UnrecognizedDeployableUnitException
with a detail message.message
- the detail message.