summaryrefslogtreecommitdiffstats
path: root/gluster/swift/common/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/swift/common/exceptions.py')
-rw-r--r--gluster/swift/common/exceptions.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/gluster/swift/common/exceptions.py b/gluster/swift/common/exceptions.py
index 8260dd9..4dc2878 100644
--- a/gluster/swift/common/exceptions.py
+++ b/gluster/swift/common/exceptions.py
@@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+from swift.common.exceptions import SwiftException
+
class GlusterFileSystemOSError(OSError):
pass
@@ -48,3 +50,7 @@ class AlreadyExistsAsFile(GlusterfsException):
class DiskFileContainerDoesNotExist(GlusterfsException):
pass
+
+
+class ThreadPoolDead(SwiftException):
+ pass