Class UnknownDomainException

  • All Implemented Interfaces:
    Serializable

    public class UnknownDomainException
    extends Exception
    Thrown to indicate that the specified domain does not exist.
    See Also:
    Serialized Form
    • 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.