|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CosNotification.UnsupportedAdmin
public final class UnsupportedAdmin
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(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 |
---|
public PropertyError[] admin_err
Constructor Detail |
---|
public UnsupportedAdmin()
public UnsupportedAdmin(PropertyError[] admin_err)
admin_err
- admin_err exception memberpublic UnsupportedAdmin(java.lang.String orb_reason, PropertyError[] admin_err)
admin_err
- admin_err exception member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |