Package com.opencloud.rhino.persistence
Class DuplicateNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.persistence.DuplicateNameException
-
- All Implemented Interfaces:
Serializable
public class DuplicateNameException extends Exception
This exception is thrown by the
PersistenceManagementMBean
if an attempt is made to create an entity with a name that already exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateNameException(String message)
Create aDuplicateNameException
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
-
DuplicateNameException
public DuplicateNameException(String message)
Create a
DuplicateNameException
with a detail message.- Parameters:
message
- the detail message.
-
-