Class UnknownDomainException

    • Constructor Detail

      • UnknownDomainException

        public UnknownDomainException()
        Constructs a new UnknownDomainException with no detail message.
      • UnknownDomainException

        public UnknownDomainException​(String s)
        Constructs a new UnknownDomainException with the specified detail message.
        Parameters:
        s - the detail message.