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 /home/z/Downloads/openjdk/corba/src/share/classes/org/omg/PortableInterceptor/Interceptors.idl Saturday, January 30, 2016 2:31:17 PM CET
    • 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)