org.omg.CosNotification

Class UnsupportedAdmin

public final class UnsupportedAdmin extends 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.
Field Summary
PropertyError[]admin_err
Exception member admin_err
Constructor Summary
UnsupportedAdmin()
Default constructor
UnsupportedAdmin(PropertyError[] admin_err)
Constructor with fields initialization
UnsupportedAdmin(String orb_reason, PropertyError[] admin_err)
Full constructor with fields initialization

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(String orb_reason, PropertyError[] admin_err)
Full constructor with fields initialization

Parameters: admin_err admin_err exception member