NameExistsException Class

com.bea.ide.workspace.security
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

Constructor Summary

NameExistsException()

 

Method Summary

 
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
   

Constructor Detail

NameExistsException

public NameExistsException()