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.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.