NameExistsException Class
- public class NameExistsException
extends Exception
Indicates that a name conflict exists.
e.g. Attempted to rename role "foo" to "bar" when a role named "bar"
already existed.
-
Hierarchy
-
Object
Throwable
Exception
NameExistsException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameExistsException
public NameExistsException()