public class UnrecognizedResourceAdaptorEntityException extends Exception
ResourceManagementMBean
when passed the name of a resource adaptor entity that does not exist in the SLEE.Constructor and Description |
---|
UnrecognizedResourceAdaptorEntityException()
Create an
UnrecognizedResourceAdaptorEntityException with no detail message. |
UnrecognizedResourceAdaptorEntityException(String message)
Create an
UnrecognizedResourceAdaptorEntityException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedResourceAdaptorEntityException()
UnrecognizedResourceAdaptorEntityException
with no detail message.public UnrecognizedResourceAdaptorEntityException(String message)
UnrecognizedResourceAdaptorEntityException
with a detail message.message
- the detail message.