mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
SPRINT-15: refactor of api actions, moving logics into utils class, unified all calls to apis, clean ups, etc.
This commit is contained in:
@ -29,6 +29,17 @@ package com.kingsrook.qqq.backend.core.exceptions;
|
||||
public class QException extends Exception
|
||||
{
|
||||
|
||||
/*******************************************************************************
|
||||
** Constructor of message
|
||||
**
|
||||
*******************************************************************************/
|
||||
public QException(Throwable t)
|
||||
{
|
||||
super(t.getMessage(), t);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
** Constructor of message
|
||||
**
|
||||
|
Reference in New Issue
Block a user