Class UnitOfWorkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dk.cloudcreate.essentials.components.foundation.transaction.UnitOfWorkException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoActiveUnitOfWorkException
public class UnitOfWorkException extends RuntimeException
Represents an Exception that occurred in relation to aUnitOfWork- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnitOfWorkException()UnitOfWorkException(String message)UnitOfWorkException(String message, Throwable cause)UnitOfWorkException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)UnitOfWorkException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-