public class TestConfigurationError extends Error
Constructor and Description |
---|
TestConfigurationError() |
TestConfigurationError(String message)
Constructor.
|
TestConfigurationError(String message,
Throwable cause)
Constructor.
|
TestConfigurationError(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TestConfigurationError(String message)
message
- The error error.public TestConfigurationError(Throwable cause)
cause
- The error cause.public TestConfigurationError(String message, Throwable cause)
message
- The error error.cause
- The error cause.public TestConfigurationError()
Copyright © 2020 SAP SE. All rights reserved.