|
||||||||
| 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.UnsupportedQoS
public final class UnsupportedQoS
This exception is thrown when a QoS parameter doesn't correspond to a valid QoS property. This exception contains as data a sequence of data structures, each of which identifies the name of a QoS property in the input list whose requested setting could not be satisfied, along with an error code and a range of settings for the property which could be satisfied. The meanings of the error codes which might be returned are described in the QoSError_code enumeration.
| Field Summary | |
|---|---|
PropertyError[] |
qos_err
Exception member qos_err |
| Constructor Summary | |
|---|---|
UnsupportedQoS()
Default constructor |
|
UnsupportedQoS(PropertyError[] qos_err)
Constructor with fields initialization |
|
UnsupportedQoS(java.lang.String orb_reason,
PropertyError[] qos_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[] qos_err
| Constructor Detail |
|---|
public UnsupportedQoS()
public UnsupportedQoS(PropertyError[] qos_err)
qos_err - qos_err exception member
public UnsupportedQoS(java.lang.String orb_reason,
PropertyError[] qos_err)
qos_err - qos_err exception member
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||