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, toString
public DiscoveryException()
null
as its detail message.public DiscoveryException(String message)
message
- The detail messagepublic DiscoveryException(Throwable cause)
cause
- The underlying causeCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.