Class NamespaceAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.management.deployment.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 Summary
Constructors Constructor Description NamespaceAlreadyExistsException(String message)
Create aNamespaceAlreadyExistsException
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
-
NamespaceAlreadyExistsException
public NamespaceAlreadyExistsException(String message)
Create a
NamespaceAlreadyExistsException
with a detail message.- Parameters:
message
- the detail message.
-
-