Class DomainNotFoundException

    • Constructor Detail

      • DomainNotFoundException

        public DomainNotFoundException()
        Default constructor
      • DomainNotFoundException

        public DomainNotFoundException​(String msg)
        Constructor with a message string
        Parameters:
        msg - Message string for the exception
      • DomainNotFoundException

        public DomainNotFoundException​(String msg,
                                       Throwable t)
        Constructor with message string and an embedded exception
        Parameters:
        msg - Message string
        t - The embedded exception