Uses of Class
com.github.cafapi.common.util.ref.DataSourceException
Packages that use DataSourceException
-
Uses of DataSourceException in com.github.cafapi.common.util.ref
Subclasses of DataSourceException in com.github.cafapi.common.util.refModifier and TypeClassDescriptionclass
Thrown when the source reference is not found.Methods in com.github.cafapi.common.util.ref that throw DataSourceExceptionModifier and TypeMethodDescriptionReferencedData.acquire
(DataSource source) Return the referenced data as a stream, potentially performing a remote lookup.ReferencedObject.acquire
(DataSource source) Return the referenced object, potentially performing a remote DataStore lookup and deserialisation.abstract long
DataSource.getDataSize
(String ref) Determine the size of the data abstracted.abstract <T> T
Retrieve an object of the specified class identified by a specific reference.abstract InputStream
Retrieve a stream of data identified by a specific reference.long
ReferencedData.size
(DataSource source) Determine the size of the data. -
Uses of DataSourceException in com.github.workerframework.api
Methods in com.github.workerframework.api that throw DataSourceException