public class BroadcastException
extends java.lang.Exception
Constructor and Description |
---|
BroadcastException(java.util.Set<java.io.IOException> exceptions)
Combines a bunch of IOExceptions into a neat package
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.io.IOException> |
getExceptions()
Gets all the exceptions which were thrown in the broadcast attempt
|