Class VaultNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.exedio.cope.vault.VaultNotFoundException
All Implemented Interfaces:
Serializable

public final class VaultNotFoundException extends Exception
Signals, that an attempt to fetch data by its hash from a VaultService failed because for this hash nothing was put to the service before.

Is thrown for valid hashes only, i.e. hashes for which the service could store data. Should not be thrown for invalid hashes, such as hashes which are either too short or too long or which do contain invalid (non-hex) characters. Must not be thrown for any other error, such as IO errors, authentication failures etc.

Author:
Ralf Wiebicke
See Also: