public class DiscoveryProtocolException extends IOException
Constructor and Description |
---|
DiscoveryProtocolException(String message)
Constructs a new
DiscoveryProtocolException with the
specified detail message. |
DiscoveryProtocolException(String message,
Throwable cause)
Constructs a new
DiscoveryProtocolException with the
specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DiscoveryProtocolException(String message)
DiscoveryProtocolException
with the
specified detail message.message
- detail string.Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.