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