TransientFailureException class
Exception thrown when a fatal failure occurs.
- Inheritance
-
- Object
- YoutubeExplodeException
- TransientFailureException
Constructors
- TransientFailureException(String message)
- Initializes an instance of TransientFailureException
- TransientFailureException.httpRequest(BaseResponse response)
-
Initializes an instance of TransientFailureException with a
Response
Properties
Methods
-
combine(
YoutubeExplodeException e) → void -
Add another exception to the stack.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited