Extension SDK 10.1.3.36.73

oracle.javatools.db.sql
Class AliasInUseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.javatools.db.DBException
              extended byoracle.javatools.db.sql.SQLQueryException
                  extended byoracle.javatools.db.sql.AliasInUseException
All Implemented Interfaces:
java.io.Serializable

public class AliasInUseException
extends SQLQueryException

SQLQueryException thrown when an attempt is made to add an object whose alias is already in use.

See Also:
Serialized Form

Constructor Summary
AliasInUseException(java.lang.String alias)
           
 
Methods inherited from class oracle.javatools.db.DBException
getNextException, getObject, setNextException
 
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
 

Constructor Detail

AliasInUseException

public AliasInUseException(java.lang.String alias)

Extension SDK 10.1.3.36.73

 

Copyright © 1997, 2005, Oracle.All rights reserved.