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