Class TethysUIThreadCancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.tonywasher.joceanus.oceanus.base.OceanusException
io.github.tonywasher.joceanus.tethys.api.thread.TethysUIThreadCancelException
- All Implemented Interfaces:
Serializable
TethysThread Cancellation Exception.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.tonywasher.joceanus.oceanus.base.OceanusException
getObjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TethysUIThreadCancelException
Thread Cancellation Exception.- Parameters:
s- the reason
-