Class QueryException

All Implemented Interfaces:
Serializable

public class QueryException extends EntityRuntimeException
Queryの処理時、 サポートされていない構文のため処理できないなどの場合スローされる例外。
See Also:
  • Constructor Details

    • QueryException

      public QueryException()
    • QueryException

      public QueryException(String message, Throwable cause)
    • QueryException

      public QueryException(String message)
    • QueryException

      public QueryException(Throwable cause)