Class UnknownDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.metamodel.MetaModelException
com.aquima.interactions.metamodel.exception.UnknownDomainException
- All Implemented Interfaces:
Serializable
This type of exception is used when an invalid/unknown domain name is encountered.
- Since:
- 5.0
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownDomainException
(String domainName) Constructs an exception for an invalid domain name. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the domain name that was unknown or invalid.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString