Package ddf.catalog.federation
Class FederationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.federation.FederationException
- All Implemented Interfaces:
Serializable
This exception should be thrown when general federation issues arise.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newFederationException.FederationException(String message) Instantiates a newFederationExceptionwith the provided message.FederationException(String message, Throwable throwable) Instantiates a newFederationExceptionwith the provided message and throwable.FederationException(Throwable throwable) Instantiates a newFederationExceptionwith the provided throwable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FederationException
public FederationException()Instantiates a newFederationException. -
FederationException
Instantiates a newFederationExceptionwith the provided message.- Parameters:
message- the message
-
FederationException
Instantiates a newFederationExceptionwith the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
FederationException
Instantiates a newFederationExceptionwith the provided throwable.- Parameters:
throwable- the throwable
-