-
- All Implemented Interfaces:
-
java.io.Serializable
public class ObjectNotFoundError extends ObjectError
NoSuchKeyThe specified key does not exist.
-
-
Constructor Summary
Constructors Constructor Description ObjectNotFoundError(BucketName bucket, String path)ObjectNotFoundError(BucketName bucket, String path, String message)ObjectNotFoundError(BucketName bucket, String path, Throwable cause)ObjectNotFoundError(BucketName bucket, String path, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.veupathdb.lib.s3.s34k.errors.ObjectError
getPath -
Methods inherited from class org.veupathdb.lib.s3.s34k.errors.BucketError
getBucket -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ObjectNotFoundError
ObjectNotFoundError(BucketName bucket, String path)
-
ObjectNotFoundError
ObjectNotFoundError(BucketName bucket, String path, String message)
-
ObjectNotFoundError
ObjectNotFoundError(BucketName bucket, String path, Throwable cause)
-
ObjectNotFoundError
ObjectNotFoundError(BucketName bucket, String path, String message, Throwable cause)
-
-
-
-