org.omg.CosNotification
Class UnsupportedAdmin

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

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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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