Class KeyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.wisc.library.ocfl.core.storage.cloud.KeyNotFoundException
-
- All Implemented Interfaces:
Serializable
public class KeyNotFoundException extends RuntimeException
This exception is thrown when a cloud storage provider cannot find the specified key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyNotFoundException()KeyNotFoundException(String message)KeyNotFoundException(String message, Throwable cause)KeyNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-