Class OperationTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.core.util.exceptions.OperationTimeoutException
All Implemented Interfaces:
IUserFriendlyException, Serializable

@Deprecated(since="3.24.4", forRemoval=true) public class OperationTimeoutException extends RuntimeException implements IUserFriendlyException
Deprecated, for removal: This API element is subject to removal in a future version.
Since:
3.18.2
See Also:
  • Constructor Details

    • OperationTimeoutException

      public OperationTimeoutException()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • OperationTimeoutException

      public OperationTimeoutException(@NotNull String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • OperationTimeoutException

      public OperationTimeoutException(@NotNull String message, @NotNull Throwable t)
      Deprecated, for removal: This API element is subject to removal in a future version.