public class DiscoveryException extends RuntimeException
ServiceFactory.| Constructor and Description |
|---|
DiscoveryException()
Construct a new exception with
null as its detail message. |
DiscoveryException(String message)
Construct a new exception with the specified detail message.
|
DiscoveryException(String message,
Throwable cause)
Construct a new exception with the specified detail message and cause.
|
DiscoveryException(Throwable cause)
Construct a new exception with the specified cause and a derived
detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DiscoveryException()
null as its detail message.public DiscoveryException(String message)
message - The detail messagepublic DiscoveryException(Throwable cause)
cause - The underlying causeCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.