- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- swim.concurrent.ContException
-
- swim.concurrent.SyncException
-
- All Implemented Interfaces:
Serializable
public class SyncException extends ContException
Thrown when awaiting aSync
continuation times out.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncException()
SyncException(String message)
SyncException(String message, Throwable cause)
SyncException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-