public final class NavigationException
extends java.lang.RuntimeException
Constructor and Description |
---|
NavigationException(java.lang.String message,
NetError netError)
Constructs a
NavigationException with the given detail message and netError . |
Modifier and Type | Method and Description |
---|---|
NetError |
netError()
Returns the network error code that describes the reason of the navigation failure.
|
public NavigationException(java.lang.String message, NetError netError)
NavigationException
with the given detail message
and netError
.message
- the detail messagenetError
- the network error code that describes the reason of the navigation failurepublic NetError netError()