org.apache.yoko.orb.IMR
Class _NoSuchPOA

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

public final class _NoSuchPOA
extends UserException

A NoSuchPOA exception indicates that the poa detailed in the member poa doesn't exist.

See Also:
Serialized Form

Field Summary
 String[] poa
           
 
Constructor Summary
_NoSuchPOA()
           
_NoSuchPOA(String[] poa)
           
_NoSuchPOA(String _reason, String[] poa)
           
 
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

poa

public String[] poa
Constructor Detail

_NoSuchPOA

public _NoSuchPOA()

_NoSuchPOA

public _NoSuchPOA(String[] poa)

_NoSuchPOA

public _NoSuchPOA(String _reason,
                  String[] poa)


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