All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.CORBA.PolicyError Maven / Gradle / Ivy

package org.omg.CORBA;


/**
* org/omg/CORBA/PolicyError.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/agent/workspace/orb-release-build/omgapi/src/main/idl/CORBAX.idl
* Sunday, February 14, 2021 7:42:42 PM GMT
*/


/**
   * Thrown to indicate problems with parameter values passed to the
   * ORB.create_policy operation.  
   */
public final class PolicyError extends org.omg.CORBA.UserException
{
  public short reason = (short)0;

  public PolicyError ()
  {
    super(PolicyErrorHelper.id());
  } // ctor

  public PolicyError (short _reason)
  {
    super(PolicyErrorHelper.id());
    reason = _reason;
  } // ctor


  public PolicyError (String $reason, short _reason)
  {
    super(PolicyErrorHelper.id() + "  " + $reason);
    reason = _reason;
  } // ctor

} // class PolicyError




© 2015 - 2024 Weber Informatics LLC | Privacy Policy