Package org.moeaframework.analysis.store
Class BlobNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.analysis.store.DataStoreException
org.moeaframework.analysis.store.BlobNotFoundException
- All Implemented Interfaces:
Serializable
Exception indicating the given blob was not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBlobNotFoundException
(Blob blob) Constructs a new exception indicating the given blob was not found. -
Method Summary
Methods inherited from class org.moeaframework.analysis.store.DataStoreException
wrap, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BlobNotFoundException
Constructs a new exception indicating the given blob was not found.- Parameters:
blob
- the blob
-