org.apache.yoko.orb.OCI
Class NoSuchFactory

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.NoSuchFactory
All Implemented Interfaces:
Serializable, IDLEntity

public final class NoSuchFactory
extends UserException

No factory with the given plugin id could be found.

See Also:
Serialized Form

Field Summary
 String id
           
 
Constructor Summary
NoSuchFactory()
           
NoSuchFactory(String id)
           
NoSuchFactory(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

NoSuchFactory

public NoSuchFactory()

NoSuchFactory

public NoSuchFactory(String id)

NoSuchFactory

public NoSuchFactory(String _reason,
                     String id)


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