Class ProcessDataAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppDataAccessException
-
- com.aquima.interactions.process.dao.exception.ProcessDataAccessException
-
- All Implemented Interfaces:
Serializable
public class ProcessDataAccessException extends AppDataAccessException
Exception used to notify that operation on process case dao failed due to data access problems.- Since:
- 10.0
- Author:
- Voicu Moldovan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessDataAccessException​(Throwable cause)
-
Method Summary
-
Methods inherited from class com.aquima.interactions.foundation.exception.AppDataAccessException
getCorrelationId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessDataAccessException
public ProcessDataAccessException​(Throwable cause)
-
-