Class N2oQueryExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.api.data.exception.N2oQueryExecutionException
-
- All Implemented Interfaces:
Serializable
public class N2oQueryExecutionException extends N2oException
Ошибка выполнения запроса провайдера- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oQueryExecutionException(String message, String query)N2oQueryExecutionException(String message, String query, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetQuery()-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getLocalizedMessage, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-