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