public class SelfTesterException
extends java.lang.RuntimeException
SelfTesterException is the exception which can be thrown during
the normal operation as wrong result of selftesting.| Constructor and Description |
|---|
SelfTesterException()
Constructs a new exception without detail message.
|
SelfTesterException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
SelfTesterException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
SelfTesterException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and without detail
message.
|
public SelfTesterException()
public SelfTesterException(java.lang.String message)
message - the detail message.public SelfTesterException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic SelfTesterException(java.lang.Throwable cause)
cause - the cause