org.apache.yoko.orb.IMR
Class OADAlreadyExists

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

public final class OADAlreadyExists
extends UserException

An OADAlreadyExists exception indicates that the OAD record detailed in the member name already exists.

See Also:
Serialized Form

Field Summary
 String name
           
 
Constructor Summary
OADAlreadyExists()
           
OADAlreadyExists(String name)
           
OADAlreadyExists(String _reason, String name)
           
 
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

name

public String name
Constructor Detail

OADAlreadyExists

public OADAlreadyExists()

OADAlreadyExists

public OADAlreadyExists(String name)

OADAlreadyExists

public OADAlreadyExists(String _reason,
                        String name)


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