Home | History | Annotate | Download | only in common_lib

Lines Matching refs:UncreatableDirectoryException

22     class UncreatableDirectoryException(JobDirectoryException):
51 @raise UncreatableDirectoryException: raised if is_writable=True, the
83 @raises UncreatableDirectoryException raised if is_writable=True, the
92 raise self.UncreatableDirectoryException(self.path, e)