Class IngestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.camel.component.catalog.framework.FrameworkProducerException
ddf.camel.component.catalog.framework.IngestTimeoutException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newIngestTimeoutException.IngestTimeoutException(String message) Instantiates a newIngestTimeoutExceptionwith the provided message.IngestTimeoutException(String message, Throwable throwable) Instantiates a newIngestTimeoutExceptionwith the provided message and throwable.IngestTimeoutException(Throwable throwable) Instantiates a newIngestTimeoutExceptionwith 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
-
IngestTimeoutException
public IngestTimeoutException()Instantiates a newIngestTimeoutException. -
IngestTimeoutException
Instantiates a newIngestTimeoutExceptionwith the provided message.- Parameters:
message- the message
-
IngestTimeoutException
Instantiates a newIngestTimeoutExceptionwith the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
IngestTimeoutException
Instantiates a newIngestTimeoutExceptionwith the provided throwable.- Parameters:
throwable- the throwable
-