public final class SelfTestException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
SelfTestException()
Creates a new
SelfTestException instance with no detail message. |
SelfTestException(java.lang.String message)
Creates a new
SelfTestException instance with the specified detail message. |
public SelfTestException()
SelfTestException instance with no detail message.public SelfTestException(java.lang.String message)
SelfTestException instance with the specified detail message.message - The detail message.