public class ProtocolException extends IOException
Constructor and Description |
---|
ProtocolException() |
ProtocolException(String s) |
ProtocolException(String s,
boolean fatal) |
ProtocolException(String s,
boolean fatal,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFatal() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProtocolException()
public ProtocolException(String s)
public ProtocolException(String s, boolean fatal)
public ProtocolException(String s, boolean fatal, Throwable cause)
public boolean isFatal()
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.