public class ProbingException
extends java.lang.RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
ProbingException()
Creates a new instance with no detail message.
|
protected |
ProbingException(java.lang.String message)
Creates a new instance with the given detail message.
|
|
ProbingException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
|
ProbingException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
protected ProbingException()
protected ProbingException(@Nullable
java.lang.String message)
public ProbingException(@Nullable
java.lang.String message,
@Nullable
java.lang.Throwable cause)
public ProbingException(@Nullable
java.lang.Throwable cause)