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.
Constructor and Description |
---|
UnrecognizedNamespaceException(String message)
Create an
UnrecognizedNamespaceException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedNamespaceException(String message)
Create an UnrecognizedNamespaceException
with a detail message.
message
- the detail message.