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