Added in API level 1

PortUnreachableException

open class PortUnreachableException : SocketException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.io.IOException
   ↳ java.net.SocketException
   ↳ java.net.PortUnreachableException

Signals that an ICMP Port Unreachable message has been received on a connected datagram.

Summary

Public constructors

Constructs a new PortUnreachableException with a detail message.

Construct a new PortUnreachableException with no detailed message.

Public constructors

PortUnreachableException

Added in API level 1
PortUnreachableException(msg: String!)

Constructs a new PortUnreachableException with a detail message.

Parameters
msg String!: the detail message

PortUnreachableException

Added in API level 1
PortUnreachableException()

Construct a new PortUnreachableException with no detailed message.