Class FederationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.federation.FederationException
All Implemented Interfaces:
Serializable

public class FederationException extends Exception
This exception should be thrown when general federation issues arise.
See Also:
  • Constructor Details

    • FederationException

      public FederationException()
      Instantiates a new FederationException.
    • FederationException

      public FederationException(String message)
      Instantiates a new FederationException with the provided message.
      Parameters:
      message - the message
    • FederationException

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

      public FederationException(Throwable throwable)
      Instantiates a new FederationException with the provided throwable.
      Parameters:
      throwable - the throwable