@@ -581,5 +581,17 @@ /** * \return The errno from when the exception was created */ - (int)errNo; @end + +/** + * An OFException indicating that joining the thread failed. + */ +@interface OFThreadJoinFailedException: OFException {} +@end + +/** + * An OFException indicating that the thread has been canceled. + */ +@interface OFThreadCanceledException: OFException {} +@end