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 Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.OperationTimeoutException
(String message) Deprecated, for removal: This API element is subject to removal in a future version.OperationTimeoutException
(String message, Throwable t) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationTimeoutException
public OperationTimeoutException()Deprecated, for removal: This API element is subject to removal in a future version. -
OperationTimeoutException
Deprecated, for removal: This API element is subject to removal in a future version. -
OperationTimeoutException
Deprecated, for removal: This API element is subject to removal in a future version.
-