public final class IOExceptionSupport extends Object
Modifier and Type | Method and Description |
---|---|
static IOException |
create(Exception cause) |
static IOException |
create(String msg,
Exception cause) |
static IOException |
create(String msg,
Throwable cause) |
static IOException |
create(Throwable cause) |
static IOException |
createFrameSizeException(int size,
long maxSize) |
public static IOException create(String msg, Throwable cause)
public static IOException create(String msg, Exception cause)
public static IOException create(Throwable cause)
public static IOException create(Exception cause)
public static IOException createFrameSizeException(int size, long maxSize)
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.