public class NamespaceAlreadyExistsException extends Exception
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, toStringpublic NamespaceAlreadyExistsException(String message)
NamespaceAlreadyExistsException with a detail message.message - the detail message.