oracle.javatools.db
Class NameInUseException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.javatools.db.DBException
              
oracle.javatools.db.ValidationException
                  
oracle.javatools.db.NameInUseException
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class NameInUseException
- extends ValidationException
 
ValidationException thrown when a name is already in use.
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
NameInUseException
public NameInUseException(DBObject obj)
NameInUseException
public NameInUseException(java.util.Collection<? extends DBObject> objs)
NameInUseException
public NameInUseException(java.lang.String name)
NameInUseException
public NameInUseException(java.lang.String name,
                          java.lang.String userName,
                          java.lang.String userType)
getName
public java.lang.String getName()
 
getUserName
public java.lang.String getUserName()
 
getUserType
public java.lang.String getUserType()
 
Copyright © 1997, 2009, Oracle. All rights reserved.