Module java.rmi
Package java.rmi

Class AlreadyBoundException

    • Constructor Detail

      • AlreadyBoundException

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

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