-
- All Implemented Interfaces:
-
java.io.Serializable
public class ObjectError extends BucketError
-
-
Constructor Summary
Constructors Constructor Description ObjectError(BucketName bucket, String path)ObjectError(BucketName bucket, String path, String message)ObjectError(BucketName bucket, String path, Throwable cause)ObjectError(BucketName bucket, String path, String message, Throwable cause)
-
Method Summary
-
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
-
ObjectError
ObjectError(BucketName bucket, String path)
-
ObjectError
ObjectError(BucketName bucket, String path, String message)
-
ObjectError
ObjectError(BucketName bucket, String path, Throwable cause)
-
ObjectError
ObjectError(BucketName bucket, String path, String message, Throwable cause)
-
-
-
-