public class NamespaceAlreadyExistsException extends Exception
This exception is thrown by the NamespaceManagementMBean
when an attempt is made to create a new namespace with a name that is already in use.
Constructor and Description |
---|
NamespaceAlreadyExistsException(String message)
Create a
NamespaceAlreadyExistsException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NamespaceAlreadyExistsException(String message)
Create a NamespaceAlreadyExistsException
with a detail message.
message
- the detail message.