public class AbstractJavaTestPluginSessionFailedException
extends java.lang.RuntimeException
Constructor and Description |
---|
AbstractJavaTestPluginSessionFailedException()
Constructs a AbstractJavaTestPluginSessionFailedException with no detail message.
|
AbstractJavaTestPluginSessionFailedException(java.lang.String s)
Constructs a AbstractJavaTestPluginSessionFailedException with the specified detail message.
|
AbstractJavaTestPluginSessionFailedException(java.lang.String message,
java.lang.Throwable cause)
Creates a AbstractJavaTestPluginSessionFailedException with the specified detail message and cause.
|
AbstractJavaTestPluginSessionFailedException(java.lang.Throwable cause)
Creates a AbstractJavaTestPluginSessionFailedException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
|
public AbstractJavaTestPluginSessionFailedException()
public AbstractJavaTestPluginSessionFailedException(java.lang.String s)
s
- the detail messagepublic AbstractJavaTestPluginSessionFailedException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause. A null value is permitted, and indicates that the cause is nonexistent or unknownpublic AbstractJavaTestPluginSessionFailedException(java.lang.Throwable cause)
cause
- the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown