Class ContentDomainException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.gx.webmanager.services.contentdomain.api.ContentDomainException
-
- All Implemented Interfaces:
Serializable
public class ContentDomainException extends Exception
The Class ContentDomainException.
Indicates an exception has occurred during resolution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentDomainException(String message)
Constructor.ContentDomainException(String message, Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ContentDomainException
public ContentDomainException(String message)
Constructor.- Parameters:
message
- Description of what went wrong.
-
-