RequestIncompleteException Constructor |
Name | Description | |
---|---|---|
![]() | RequestIncompleteException |
Constructs a RequestIncompleteException with no detail message.
|
![]() | RequestIncompleteException(Exception) |
Construct a RequestIncompleteException from an Exception
object.
|
![]() | RequestIncompleteException(String) |
Constructs a RequestIncompleteException with the specified detail
message.
|
![]() | RequestIncompleteException(SerializationInfo, StreamingContext) |
Construct a RequestTimeoutException class with serialized data.
|
![]() | RequestIncompleteException(String, Exception) |
Construct a RequestIncompleteException from a Exception
object and an additional description.
|