Class NamespaceAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    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.

    See Also:
    Serialized Form
    • Constructor Detail

      • NamespaceAlreadyExistsException

        public NamespaceAlreadyExistsException​(String message)

        Create a NamespaceAlreadyExistsException with a detail message.

        Parameters:
        message - the detail message.