Package org.omg.CORBA
Class PolicyError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.PolicyError
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class PolicyError extends UserException
Thrown to indicate problems with parameter values passed to theORB.create_policy
operation.
-
-
Field Summary
Fields Modifier and Type Field Description short
reason
-
Constructor Summary
Constructors Constructor Description PolicyError()
PolicyError(short _reason)
PolicyError(java.lang.String $reason, short _reason)
-