public class ServiceLoaderException extends RuntimeException
| Constructor and Description |
|---|
ServiceLoaderException()
Creates a new instance of this class.
|
ServiceLoaderException(String message)
Creates a new instance of this class.
|
ServiceLoaderException(String message,
Throwable cause)
Creates a new instance of this class.
|
ServiceLoaderException(Throwable cause)
Creates a new instance of this class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceLoaderException()
public ServiceLoaderException(String message)
message - the messagepublic ServiceLoaderException(String message, Throwable cause)
message - the messagecause - the causepublic ServiceLoaderException(Throwable cause)
cause - the causeCopyright © 2012–2019 Drombler. All rights reserved.