Package org.trustdeck.exception
Class DomainNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.DomainNotFoundException
- All Implemented Interfaces:
Serializable
This class represents an exception when a domain couldn't be found.
- Author:
- Armin Müller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDomainNotFoundException(String domainName) Constructor that also defines the name of the domain causing the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DomainNotFoundException
Constructor that also defines the name of the domain causing the exception.- Parameters:
domainName- the name of the exception-causing domain
-