public class ProtocolNotSuppException
extends java.io.IOException
Title: Framework Support Library
Description: Signals that the protocol is not supported.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Constructor and Description |
---|
ProtocolNotSuppException()
Constructs an ProtocolNotSuppException with no detail message.
|
ProtocolNotSuppException(java.lang.String s)
Constructs an ProtocolNotSuppException class with the specified
detail message.
|
public ProtocolNotSuppException()
public ProtocolNotSuppException(java.lang.String s)
s
- the String containing a detail messageCopyright © 2015-2024 StreamScape Technologies. All rights reserved.