org.apache.yoko.orb.OCI
Class FactoryAlreadyExists

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.apache.yoko.orb.OCI.FactoryAlreadyExists
All Implemented Interfaces:
Serializable, IDLEntity

public final class FactoryAlreadyExists
extends UserException

A factory with the given plugin id already exists.

See Also:
Serialized Form

Field Summary
 String id
           
 
Constructor Summary
FactoryAlreadyExists()
           
FactoryAlreadyExists(String id)
           
FactoryAlreadyExists(String _reason, String id)
           
 
Method Summary
 
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
 

Field Detail

id

public String id
Constructor Detail

FactoryAlreadyExists

public FactoryAlreadyExists()

FactoryAlreadyExists

public FactoryAlreadyExists(String id)

FactoryAlreadyExists

public FactoryAlreadyExists(String _reason,
                            String id)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.