Class DomainNotFoundException

All Implemented Interfaces:
Serializable

public class DomainNotFoundException extends RuntimeException
This class represents an exception when a domain couldn't be found.
Author:
Armin Müller
See Also:
  • Constructor Details

    • DomainNotFoundException

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