public class ProtocolException extends RuntimeException
| 构造器和说明 |
|---|
ProtocolException() |
ProtocolException(String message) |
ProtocolException(String message,
Throwable cause) |
ProtocolException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ProtocolException(Throwable cause) |
public ProtocolException()
public ProtocolException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ProtocolException(String message)
public ProtocolException(Throwable cause)
Copyright © 2020. All rights reserved.