\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.exceptions.EngineRefreshException Class Reference

Detailed Description

Exception that can be thrown when an on-premise aspect engine fails to reload from one or more of it's data sources.

Inheritance diagram for fiftyone.pipeline.core.exceptions.EngineRefreshException:

[legend]

Collaboration diagram for fiftyone.pipeline.core.exceptions.EngineRefreshException:

[legend]

Public Member Functions

 EngineRefreshException ()
Constructor.
 EngineRefreshException (String message)
Constructor. More...
 EngineRefreshException (String message, Throwable cause)
Constructor. More...

Constructor & Destructor Documentation

◆ EngineRefreshException() [1/2]

fiftyone.pipeline.core.exceptions.EngineRefreshException.EngineRefreshException ( String   message )

Constructor.

Parameters
message - the exception message

◆ EngineRefreshException() [2/2]

fiftyone.pipeline.core.exceptions.EngineRefreshException.EngineRefreshException ( String   message,
Throwable   cause  
)

Constructor.

Parameters
message - the exception message
cause - the exception which triggered this exception