NetworkAuthenticationException class
Exception thrown when a request could not be executed because there is no
valid AccessToken
available (could not be issued).
- Inheritance
-
- Object
- S3IException
- NetworkAuthenticationException
Constructors
- NetworkAuthenticationException.new(Exception originalException)
-
Creates a NetworkAuthenticationException with the
originalException
.
Properties
- errorMessage → String
-
The description of the error.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- originalException → Exception
-
The original exception thrown during receiving an
AccessToken
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited