| org.jaffa.persistence.exceptions.UOWException org.jaffa.persistence.exceptions.QueryFailedException
QueryFailedException | public class QueryFailedException extends UOWException (Code) | | This exception is thrown if a query fails.
|
QueryFailedException | public QueryFailedException()(Code) | | Creates an exception with the errorCode.
|
QueryFailedException | public QueryFailedException(Object[] arguments)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. |
QueryFailedException | public QueryFailedException(Object[] arguments, Throwable cause)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. Parameters: cause - the cause. |
|
|