public class AttributeTypeMismatchException extends Exception
ProfileFacility
and ProfileProvisioningMBean
when attempting to find
profiles by an indexed attribute, but the attribute value supplied to the method is
not of the correct Java type for the attribute.Constructor and Description |
---|
AttributeTypeMismatchException(String message)
Create a
AttributeTypeMismatchException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AttributeTypeMismatchException(String message)
AttributeTypeMismatchException
with a detail message.message
- the detail message.