Class SourceUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.source.SourceUnavailableException
All Implemented Interfaces:
Serializable

public class SourceUnavailableException extends Exception
This exception should be thrown on a Source-related operation when the source is unavailable.
See Also:
  • Constructor Details

    • SourceUnavailableException

      public SourceUnavailableException()
      Instantiates a new source unavailable exception.
    • SourceUnavailableException

      public SourceUnavailableException(String message)
      Instantiates a new source unavailable exception with the provided message.
      Parameters:
      message - the message
    • SourceUnavailableException

      public SourceUnavailableException(String message, Throwable throwable)
      Instantiates a new source unavailable exception with the provided message and Throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • SourceUnavailableException

      public SourceUnavailableException(Throwable throwable)
      Instantiates a new source unavailable exception with the provided Throwable.
      Parameters:
      throwable - the throwable