Package cn.boboweike.carrot.storage
Class ServerTimedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.boboweike.carrot.storage.StorageException
-
- cn.boboweike.carrot.storage.ServerTimedOutException
-
- All Implemented Interfaces:
Serializable
public class ServerTimedOutException extends StorageException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerTimedOutException(BackgroundTaskServerStatus serverStatus, StorageException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServerTimedOutException
public ServerTimedOutException(BackgroundTaskServerStatus serverStatus, StorageException e)
-
-