Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.servicebus.primitives.ServiceBusException
-
- com.microsoft.azure.servicebus.primitives.TimeoutException
-
- All Implemented Interfaces:
Serializable
public class TimeoutException extends ServiceBusException
This exception is thrown when the operation has exceeded the predetermined time limit. User should check connectivity is healthy between client process and service.- Since:
- 1.0
- See Also:
- http://go.microsoft.com/fwlink/?LinkId=761101, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException()
Default constructor for exception type.TimeoutException(String message)
TimeoutException(String message, Throwable cause)
TimeoutException(Throwable cause)
-
Method Summary
-
Methods inherited from class com.microsoft.azure.servicebus.primitives.ServiceBusException
getContext, getIsTransient, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-