Uses of Class
org.omg.CosPropertyService.ExceptionReason

Packages that use ExceptionReason
org.omg.CosPropertyService   
 

Uses of ExceptionReason in org.omg.CosPropertyService
 

Fields in org.omg.CosPropertyService declared as ExceptionReason
static ExceptionReason ExceptionReason.conflicting_property
           
static ExceptionReason ExceptionReason.fixed_property
           
static ExceptionReason ExceptionReason.invalid_property_name
           
static ExceptionReason ExceptionReason.property_not_found
           
static ExceptionReason ExceptionReason.read_only_property
           
 ExceptionReason PropertyException.reason
           
static ExceptionReason ExceptionReason.unsupported_mode
           
static ExceptionReason ExceptionReason.unsupported_property
           
static ExceptionReason ExceptionReason.unsupported_type_code
           
 ExceptionReason ExceptionReasonHolder.value
           
 

Methods in org.omg.CosPropertyService that return ExceptionReason
static ExceptionReason ExceptionReasonHelper.extract(Any any)
           
static ExceptionReason ExceptionReason.from_int(int value)
           
static ExceptionReason ExceptionReasonHelper.read(InputStream in)
           
 

Methods in org.omg.CosPropertyService with parameters of type ExceptionReason
static void ExceptionReasonHelper.insert(Any any, ExceptionReason s)
           
static void ExceptionReasonHelper.write(OutputStream out, ExceptionReason s)
           
 

Constructors in org.omg.CosPropertyService with parameters of type ExceptionReason
ExceptionReasonHolder(ExceptionReason initial)
           
PropertyException(ExceptionReason reason, java.lang.String failing_property_name)