public class DriverInternalError extends DriverException
Constructor and Description |
---|
DriverInternalError(String message) |
DriverInternalError(String message,
Throwable cause) |
DriverInternalError(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
DriverInternalError |
copy()
Copy the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DriverInternalError(String message)
public DriverInternalError(Throwable cause)
public DriverInternalError copy()
DriverException
copy
in class DriverException