Packages This Package Prev Next Index
public class java.net.UnknownServiceException extends java.io.IOException (I-§2.29) { // Constructors public UnknownServiceException(); §4.19.1 public UnknownServiceException(String msg); §4.19.2 }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.
public UnknownServiceException()
public UnknownServiceException(String msg)
msg
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)