Package org.omg.CORBA

Class PolicyError

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class PolicyError
    extends UserException
    Thrown to indicate problems with parameter values passed to the ORB.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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • reason

        public short reason
    • Constructor Detail

      • PolicyError

        public PolicyError()
      • PolicyError

        public PolicyError​(short _reason)
      • PolicyError

        public PolicyError​(java.lang.String $reason,
                           short _reason)