public class java.net
UnknownServiceException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > IOException
Details
Thrown to indicate that an unknown service exception has occurred. Either the MIME type returned by a URL connection does not make sense, or the application is attempting to write to a read-only URL connection.
version1.15, 11/17/05
sinceJDK1.0

Constructors
public UnknownServiceException()
Constructs a new UnknownServiceException with no detail message.
public UnknownServiceException(String msg) Details
Constructs a new UnknownServiceException with the specified detail message.
msgthe detail message.