Class BucketAccessException

  • All Implemented Interfaces:
    Serializable

    public class BucketAccessException
    extends Exception
    Exception for problems when accessing buckets or their contents in Exasol's BucketFS.
    • Constructor Detail

      • BucketAccessException

        public BucketAccessException​(String message,
                                     URI uri,
                                     Throwable cause)
        Create a new instance of a BucketAccessException.
        Parameters:
        message - error message
        uri - URI that was attempted to access
        cause - exception that caused this one
      • BucketAccessException

        public BucketAccessException​(String message,
                                     int statusCode,
                                     URI uri)
        Create a new instance of a BucketAccessException.
        Parameters:
        message - error message
        statusCode - HTTP response code
        uri - URI that was attempted to access
      • BucketAccessException

        public BucketAccessException​(String message,
                                     Throwable cause)
        Create a new instance of a BucketAccessException.
        Parameters:
        message - error message
        cause - exception that caused this one
      • BucketAccessException

        public BucketAccessException​(String message)
        Create a new instance of a BucketAccessException.
        Parameters:
        message - error message