Class DuplicateDomainException

All Implemented Interfaces:
Serializable

public class DuplicateDomainException extends RuntimeException
This class represents an exception when a duplicate of a domain was found.
Author:
Armin Müller
See Also:
  • Constructor Details

    • DuplicateDomainException

      public DuplicateDomainException(String domainName)
      Constructor that also defines the name of the domain causing the exception.
      Parameters:
      domainName - the name of the exception-causing domain