\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.exceptions.LazyLoadTimeoutException Class Reference

Detailed Description

Timeout exception thrown if the lazy loading of a property value from an ElementData times out.

Inheritance diagram for fiftyone.pipeline.engines.exceptions.LazyLoadTimeoutException:

[legend]

Collaboration diagram for fiftyone.pipeline.engines.exceptions.LazyLoadTimeoutException:

[legend]

Public Member Functions

 LazyLoadTimeoutException (String message, Throwable cause)
Construct a new instance. More...
 LazyLoadTimeoutException (String message)
Construct a new instance. More...
 LazyLoadTimeoutException ()
Default constructor.

Constructor & Destructor Documentation

◆ LazyLoadTimeoutException() [1/2]

fiftyone.pipeline.engines.exceptions.LazyLoadTimeoutException.LazyLoadTimeoutException ( String   message,
Throwable   cause  
)

Construct a new instance.

Parameters
message - the message to give to the exception
cause - cause of the exception

◆ LazyLoadTimeoutException() [2/2]

fiftyone.pipeline.engines.exceptions.LazyLoadTimeoutException.LazyLoadTimeoutException ( String   message )

Construct a new instance.

Parameters
message - the message to give to the exception