Class DomainNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class DomainNotFoundException
    extends TaskanaException
    This exception is thrown when the specified domain is not found in the configuration.
    See Also:
    Serialized Form
    • Constructor Detail

      • DomainNotFoundException

        public DomainNotFoundException​(String domain)
    • Method Detail

      • getDomain

        public String getDomain()