Package android.os
Class NetworkOnMainThreadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.os.NetworkOnMainThreadException
-
- All Implemented Interfaces:
Serializable
public class NetworkOnMainThreadException extends RuntimeException
The exception that is thrown when an application attempts to perform a networking operation on its main thread.This is only thrown for applications targeting the Honeycomb SDK or higher. Applications targeting earlier SDK versions are allowed to do networking on their main event loop threads, but it's heavily discouraged. See the document Designing for Responsiveness.
Also see
StrictMode.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkOnMainThreadException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-