java.io.Serializablepublic class ProtocolException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
ProtocolException() |
|
ProtocolException(java.lang.String message) |
|
ProtocolException(java.lang.String message,
java.lang.Throwable cause) |
|
ProtocolException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ProtocolException(java.lang.Throwable cause) |
public ProtocolException()
public ProtocolException(java.lang.String message)
public ProtocolException(java.lang.String message,
java.lang.Throwable cause)
public ProtocolException(java.lang.Throwable cause)
public ProtocolException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Copyright © 2017–2018 Ocraft Project. All rights reserved.