Class EntityQueryTimeoutException

All Implemented Interfaces:
Serializable

public class EntityQueryTimeoutException extends EntityApplicationException
EQL発行時、timeoutヒントをセットした場合に、クエリがタイムアウトした際にスローされる例外。
See Also:
  • Constructor Details

    • EntityQueryTimeoutException

      public EntityQueryTimeoutException()
    • EntityQueryTimeoutException

      public EntityQueryTimeoutException(String message, Throwable cause)
    • EntityQueryTimeoutException

      public EntityQueryTimeoutException(String message)
    • EntityQueryTimeoutException

      public EntityQueryTimeoutException(Throwable cause)