org.omg.CosNotification
Class UnsupportedAdmin

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CosNotification.UnsupportedAdmin
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class UnsupportedAdmin
extends org.omg.CORBA.UserException

This exception is thrown when a Admin parameter doesn't correspond to a valid Admin property. This exception has associated with it a list of name-value pairs of which each name identifies an administrative property whose requested setting could not be satisfied, and each associated value the closest setting for that property which could be satisfied.

See Also:
Serialized Form

Field Summary
 PropertyError[] admin_err
          Exception member admin_err
 
Constructor Summary
UnsupportedAdmin()
          Default constructor
UnsupportedAdmin(PropertyError[] admin_err)
          Constructor with fields initialization
UnsupportedAdmin(java.lang.String orb_reason, PropertyError[] admin_err)
          Full constructor with fields initialization
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

admin_err

public PropertyError[] admin_err
Exception member admin_err

Constructor Detail

UnsupportedAdmin

public UnsupportedAdmin()
Default constructor


UnsupportedAdmin

public UnsupportedAdmin(PropertyError[] admin_err)
Constructor with fields initialization

Parameters:
admin_err - admin_err exception member

UnsupportedAdmin

public UnsupportedAdmin(java.lang.String orb_reason,
                        PropertyError[] admin_err)
Full constructor with fields initialization

Parameters:
admin_err - admin_err exception member