Class DomainError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nl.gx.webmanager.services.entitymanager.DomainError
-
- All Implemented Interfaces:
Serializable
public final class DomainError extends RuntimeException
Unchecked exception class for domain.- Author:
- n.milutinovic
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DomainError(String msg)
Directly caused error.DomainError(String msg, Throwable cause)
Indirectly caused error.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-