Package ddf.catalog.source
Class SourceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.source.SourceUnavailableException
- All Implemented Interfaces:
Serializable
This exception should be thrown on a
Source-related operation when the source is
unavailable.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates 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 andThrowable.SourceUnavailableException(Throwable throwable) Instantiates a new source unavailable exception with the providedThrowable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SourceUnavailableException
public SourceUnavailableException()Instantiates a new source unavailable exception. -
SourceUnavailableException
Instantiates a new source unavailable exception with the provided message.- Parameters:
message- the message
-
SourceUnavailableException
Instantiates a new source unavailable exception with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-
SourceUnavailableException
Instantiates a new source unavailable exception with the providedThrowable.- Parameters:
throwable- the throwable
-