Class UnrecognizedNamespaceException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognizedNamespaceException
    extends Exception

    This exception is thrown by the NamespaceManagementMBean when an attempt is made to refer to a namespace that does not exist.

    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecognizedNamespaceException

        public UnrecognizedNamespaceException​(String message)

        Create an UnrecognizedNamespaceException with a detail message.

        Parameters:
        message - the detail message.