package info.frostfs.sdk.exceptions; public class TimeoutException extends RuntimeException { public TimeoutException() { } }