Class AlreadyBoundException

    • Constructor Detail

      • AlreadyBoundException

        public AlreadyBoundException()
        Constructs an AlreadyBoundException with no specified detail message.
        Since:
        JDK1.1
      • AlreadyBoundException

        public AlreadyBoundException(String s)
        Constructs an AlreadyBoundException with the specified detail message.
        Parameters:
        s - the detail message
        Since:
        JDK1.1