public class DriverException extends ExecutionException
Constructor and Description |
---|
DriverException()
Standard Exception constructor.
|
DriverException(String message)
Standard Exception constructor.
|
DriverException(String message,
Throwable cause)
Standard Exception constructor.
|
DriverException(Throwable cause)
Standard Exception constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DriverException()
public DriverException(String message, Throwable cause)
message
- cause
- public DriverException(String message)
message
- public DriverException(Throwable cause)
cause
- Copyright © 2016 The Apache Software Foundation. All rights reserved.