Class SqlCacheRetrieveFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.atp.auth.springbootstarter.exceptions.AtpException
org.qubership.atp.mia.exceptions.MiaException
org.qubership.atp.mia.exceptions.businesslogic.sql.SqlCacheRetrieveFailException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=INTERNAL_SERVER_ERROR,
reason="MIA-1308")
public class SqlCacheRetrieveFailException
extends MiaException
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.auth.springbootstarter.exceptions.AtpException
DEFAULT_MESSAGE -
Constructor Summary
ConstructorsConstructorDescriptionSqlCacheRetrieveFailException(String connectionString, ExecutionException e) -
Method Summary
Methods inherited from class org.qubership.atp.mia.exceptions.MiaException
getLocalizedMessage, getReason, getStackTrace, setReasonMethods inherited from class org.qubership.atp.auth.springbootstarter.exceptions.AtpException
canEqual, equals, hashCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SqlCacheRetrieveFailException
-