Class StorageNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.storage.engine.common.exception.StorageException
-
- fr.gouv.vitam.storage.engine.common.exception.StorageNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageNotFoundException extends StorageException
Define a Storage Exception to be thrown when something is not found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageNotFoundException(java.lang.String message)
StorageNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
StorageNotFoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
StorageNotFoundException
public StorageNotFoundException(java.lang.String message)
- Parameters:
message
- associated message
-
StorageNotFoundException
public StorageNotFoundException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
StorageNotFoundException
public StorageNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-