public class DriverException extends RuntimeException
| Constructor and Description |
|---|
DriverException()
Constructs a ServiceInternalErrorException with no specified detail
message.
|
DriverException(String message)
Constructs a ServiceInternalErrorException with the specified detail
message.
|
DriverException(String message,
Exception e)
Constructs a ServiceInternalErrorException with the specified detail
message and inner Exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DriverException(String message)
message - the detail messagepublic DriverException()
Copyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.