public class DiscoveryException
extends java.lang.RuntimeException
ServiceFactory.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DiscoveryException()
Construct a new exception with
null as its detail message. |
DiscoveryException(java.lang.String message)
Construct a new exception with the specified detail message.
|
DiscoveryException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified detail message and cause.
|
DiscoveryException(java.lang.Throwable cause)
Construct a new exception with the specified cause and a derived
detail message.
|
private static final long serialVersionUID
public DiscoveryException()
null as its detail message.public DiscoveryException(java.lang.String message)
message - The detail messagepublic DiscoveryException(java.lang.Throwable cause)
cause - The underlying causepublic DiscoveryException(java.lang.String message,
java.lang.Throwable cause)
message - The detail messagecause - The underlying cause