Module java.naming
Package javax.naming

Class NameAlreadyBoundException

    • Constructor Detail

      • NameAlreadyBoundException

        public NameAlreadyBoundException​(String explanation)
        Constructs a new instance of NameAlreadyBoundException using the explanation supplied. All other fields default to null.
        Parameters:
        explanation - Possibly null additional detail about this exception.
        See Also:
        Throwable.getMessage()
      • NameAlreadyBoundException

        public NameAlreadyBoundException()
        Constructs a new instance of NameAlreadyBoundException. All fields are set to null;