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
| 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 |
admin_err
public PropertyError[] admin_err
- Exception member admin_err
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