public class QueryInvocationException extends RuntimeException
| Constructor and Description |
|---|
QueryInvocationException(String message,
CdiQueryInvocationContext context) |
QueryInvocationException(Throwable t,
CdiQueryInvocationContext context) |
QueryInvocationException(Throwable t,
Class<?> proxy,
Method method) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryInvocationException(Throwable t, CdiQueryInvocationContext context)
public QueryInvocationException(String message, CdiQueryInvocationContext context)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.