public class SourceUnavailableException extends Exception
Source-related operation when the source is
unavailable.| Constructor and Description |
|---|
SourceUnavailableException()
Instantiates a new source unavailable exception.
|
SourceUnavailableException(String message)
Instantiates a new source unavailable exception with the provided message.
|
SourceUnavailableException(String message,
Throwable throwable)
Instantiates a new source unavailable exception with the provided message and
Throwable. |
SourceUnavailableException(Throwable throwable)
Instantiates a new source unavailable exception with the provided
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SourceUnavailableException()
public SourceUnavailableException(String message)
message - the messagepublic SourceUnavailableException(String message, Throwable throwable)
Throwable.message - the messagethrowable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.