Class EJBQLException

All Implemented Interfaces:
Serializable

public class EJBQLException extends ExpressionException
An exception thrown on errors during parsing EJBQL statements.
Since:
3.0
See Also:
  • Constructor Details

    • EJBQLException

      public EJBQLException()
    • EJBQLException

      public EJBQLException(String messageFormat, Object... messageArgs)
    • EJBQLException

      public EJBQLException(String messageFormat, String expressionString, Throwable th, Object... messageArgs)
    • EJBQLException

      public EJBQLException(String messageFormat, Throwable cause, Object... messageArgs)
    • EJBQLException

      public EJBQLException(Throwable cause)