public class DiscoveryProtocolException extends IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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, toStringprivate static final long serialVersionUID
public DiscoveryProtocolException(String message)
DiscoveryProtocolException with the
specified detail message.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.