Package org.minidns.util
Class MultipleIoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.minidns.util.MultipleIoException
-
- All Implemented Interfaces:
Serializable
public final class MultipleIoException extends IOException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IOException>
getExceptions()
static void
throwIfRequired(List<? extends IOException> ioExceptions)
static IOException
toIOException(List<? extends IOException> ioExceptions)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getExceptions
public List<IOException> getExceptions()
-
throwIfRequired
public static void throwIfRequired(List<? extends IOException> ioExceptions) throws IOException
- Throws:
IOException
-
toIOException
public static IOException toIOException(List<? extends IOException> ioExceptions)
-
-