Class CommentsDataAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppDataAccessException
-
- com.blueriq.component.api.comments.exception.CommentsDataAccessException
-
- All Implemented Interfaces:
Serializable
public class CommentsDataAccessException extends com.aquima.interactions.foundation.exception.AppDataAccessException
Exception used to notify that operation on comments dao failed due to data access problems.- Since:
- 10.0
- Author:
- Voicu Moldovan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentsDataAccessException​(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
-
CommentsDataAccessException
public CommentsDataAccessException​(Throwable cause)
-
-