Class QueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.evolveum.midpoint.repo.sqlbase.RepositoryException
-
- com.evolveum.midpoint.repo.sqlbase.QueryException
-
- All Implemented Interfaces:
Serializable
public class QueryException extends RepositoryException
Query related repository exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryException(String message)
QueryException(String message, Throwable cause)
QueryException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
check(boolean condition, String format, Object... args)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
check
public static void check(boolean condition, String format, Object... args) throws QueryException
- Throws:
QueryException
-
-