public class UsageParameterSetNameAlreadyExistsException extends Exception
ServiceUsageMBean
when an
attempt is made to create an SBB parameter set with a name that has
already been used.Constructor and Description |
---|
UsageParameterSetNameAlreadyExistsException()
Create a
UsageParameterSetNameAlreadyExistsException with no detail message. |
UsageParameterSetNameAlreadyExistsException(String message)
Create a
UsageParameterSetNameAlreadyExistsException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UsageParameterSetNameAlreadyExistsException()
UsageParameterSetNameAlreadyExistsException
with no detail message.public UsageParameterSetNameAlreadyExistsException(String message)
UsageParameterSetNameAlreadyExistsException
with a detail message.message
- the detail message.