Module java.corba

Class DuplicateName

  • All Implemented Interfaces:
    Serializable, IDLEntity


    public final class DuplicateName
    extends UserException
    org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /u/iris/se/nine/spec-iris/jdk/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl Wednesday, August 9, 2017 11:08:00 PM PDT
    • Field Detail

      • name

        public String name
        The name for which there was already an interceptor registered.
    • Constructor Detail

      • DuplicateName

        public DuplicateName​()
      • DuplicateName

        public DuplicateName​(String _name)
      • DuplicateName

        public DuplicateName​(String $reason,
                             String _name)