Uses of Class
cloud.opencode.base.io.exception.OpenIOOperationException
Packages that use OpenIOOperationException
-
Uses of OpenIOOperationException in cloud.opencode.base.io.compress
Subclasses of OpenIOOperationException in cloud.opencode.base.io.compressModifier and TypeClassDescriptionclassThrown when ZIP archive operations breach the configured anti-bomb thresholds. -
Uses of OpenIOOperationException in cloud.opencode.base.io.exception
Methods in cloud.opencode.base.io.exception that return OpenIOOperationExceptionModifier and TypeMethodDescriptionstatic OpenIOOperationExceptionOpenIOOperationException.checksumFailed(String algorithm, Throwable cause) Creates a checksum failed exception 创建校验和计算失败异常static OpenIOOperationExceptionOpenIOOperationException.copyFailed(Path source, Path target, Throwable cause) Creates a copy failed exception 创建复制失败异常static OpenIOOperationExceptionOpenIOOperationException.createDirectoryFailed(Path path, Throwable cause) Creates a create directory failed exception 创建目录创建失败异常static OpenIOOperationExceptionOpenIOOperationException.createFileFailed(Path path, Throwable cause) Creates a create file failed exception 创建文件创建失败异常static OpenIOOperationExceptionOpenIOOperationException.deleteFailed(Path path, Throwable cause) Creates a delete failed exception 创建删除失败异常static OpenIOOperationExceptionOpenIOOperationException.fileNotFound(Path path) Creates a file not found exception 创建文件未找到异常static OpenIOOperationExceptionOpenIOOperationException.invalidPath(String path, Throwable cause) Creates an invalid path exception 创建无效路径异常static OpenIOOperationExceptionOpenIOOperationException.moveFailed(Path source, Path target, Throwable cause) Creates a move failed exception 创建移动失败异常static OpenIOOperationExceptionOpenIOOperationException.readFailed(Throwable cause) Creates a read failed exception for stream 创建流读取失败异常static OpenIOOperationExceptionOpenIOOperationException.readFailed(Path path, Throwable cause) Creates a read failed exception 创建读取失败异常static OpenIOOperationExceptionOpenIOOperationException.resourceNotFound(String resource) Creates a resource not found exception 创建资源未找到异常static OpenIOOperationExceptionOpenIOOperationException.sizeLimitExceeded(long maxSize, long actualSize) Creates a size limit exceeded exception 创建大小超限异常static OpenIOOperationExceptionOpenIOOperationException.streamOperationFailed(String operation, Throwable cause) Creates a stream operation failed exception 创建流操作失败异常static OpenIOOperationExceptionOpenIOOperationException.watchFailed(Path path, Throwable cause) Creates a watch failed exception 创建监听失败异常static OpenIOOperationExceptionOpenIOOperationException.writeFailed(Throwable cause) Creates a write failed exception for stream 创建流写入失败异常static OpenIOOperationExceptionOpenIOOperationException.writeFailed(Path path, Throwable cause) Creates a write failed exception 创建写入失败异常