KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > PolicyError

org.omg.CORBA
Class PolicyError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CORBA.PolicyError
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

public PolicyError()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PolicyError(String reason_string,
                   short __reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PolicyError(short __reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short reason
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags