Class UnrecognizedNamespaceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.management.deployment.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 Summary
Constructors Constructor Description UnrecognizedNamespaceException(String message)
Create anUnrecognizedNamespaceException
with a detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnrecognizedNamespaceException
public UnrecognizedNamespaceException(String message)
Create an
UnrecognizedNamespaceException
with a detail message.- Parameters:
message
- the detail message.
-
-