UnknownServiceExceptionNameUnknownServiceExceptionSynopsis
DescriptionA UnknownServiceException is thrown when an unrecognized service is requested, which can occur when the MIME type returned by a URLConnection does not match any recognized types. Class Summary
public class java.net.UnknownServiceException
extends java.io.IOException {
// Constructors
public UnknownServiceException();
public UnknownServiceException(String msg);
}
ConstructorsUnknownServiceExceptionpublic UnknownServiceException()
public UnknownServiceException(String msg)
Inherited Methods
See AlsoException, IOException, RuntimeException |
|