Package org.apache.activemq.util
Class IOExceptionSupport
- java.lang.Object
-
- org.apache.activemq.util.IOExceptionSupport
-
public final class IOExceptionSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
create
public static IOException create(String msg, Throwable cause)
-
create
public static IOException create(String msg, Exception cause)
-
create
public static IOException create(Throwable cause)
-
create
public static IOException create(Exception cause)
-
createFrameSizeException
public static IOException createFrameSizeException(int size, long maxSize)
-
-