public class UnrecognizedQueryNameException extends Exception
ProfileFacility
and
ProfileProvisioningMBean
when passed the name of a static query
that has not been defined.Constructor and Description |
---|
UnrecognizedQueryNameException()
Create an
UnrecognizedQueryNameException with no detail message. |
UnrecognizedQueryNameException(String message)
Create an
UnrecognizedQueryNameException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedQueryNameException()
UnrecognizedQueryNameException
with no detail message.public UnrecognizedQueryNameException(String message)
UnrecognizedQueryNameException
with a detail message.message
- the detail message.