public class AttributeNotIndexedException extends Exception
ProfileProvisioningMBean.getProfilesByIndexedAttribute
method when passed the name
of an attribute that does not exist in the profile specification.Constructor and Description |
---|
AttributeNotIndexedException()
Create an
AttributeNotIndexedException with no detail message. |
AttributeNotIndexedException(String message)
Create an
AttributeNotIndexedException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AttributeNotIndexedException()
AttributeNotIndexedException
with no detail message.public AttributeNotIndexedException(String message)
AttributeNotIndexedException
with a detail message.message
- the detail message.