public class ProfileTableAlreadyExistsException extends Exception
ProfileProvisioningMBean.createProfileTable method when passed the name of a
profile table that is already in use.| Constructor and Description |
|---|
ProfileTableAlreadyExistsException()
Create an
ProfileTableAlreadyExistsException with no detail message. |
ProfileTableAlreadyExistsException(String message)
Create an
ProfileTableAlreadyExistsException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProfileTableAlreadyExistsException()
ProfileTableAlreadyExistsException with no detail message.public ProfileTableAlreadyExistsException(String message)
ProfileTableAlreadyExistsException with a detail message.message - the detail message.