public class UnknownServiceException extends IOException
ContentHandler could be found for a
particular service requested by the URL connection. This could be happened if
there is an invalid MIME type or the application wants to send data over a
read-only connection.| Constructor and Description |
|---|
UnknownServiceException()
Constructs a new instance.
|
UnknownServiceException(String detailMessage)
Constructs a new instance with the given detail message.
|
UnknownServiceException(String detailMessage,
Throwable cause)
Constructs a new instance with given detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownServiceException()
public UnknownServiceException(String detailMessage)