パッケージ org.piax.gtrans
クラス ProtocolUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.piax.gtrans.ProtocolUnsupportedException
- すべての実装されたインタフェース:
Serializable
public class ProtocolUnsupportedException extends IOException
An exception occurs when a protocol is not supported.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ProtocolUnsupportedException()ProtocolUnsupportedException(String message)ProtocolUnsupportedException(Throwable cause) -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
ProtocolUnsupportedException
public ProtocolUnsupportedException() -
ProtocolUnsupportedException
- パラメータ:
message- the message string.
-
ProtocolUnsupportedException
-