public class ProtocolNotSuppException extends IOException
Constructor and Description |
---|
ProtocolNotSuppException()
Constructs an ProtocolNotSuppException with no detail message.
|
ProtocolNotSuppException(String s)
Constructs an ProtocolNotSuppException class with the specified
detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProtocolNotSuppException()
public ProtocolNotSuppException(String s)
s
- the String containing a detail messageCopyright © 2000-2014. All Rights Reserved.