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 IOExceptioncreate(Exception cause)static IOExceptioncreate(String msg, Exception cause)static IOExceptioncreate(String msg, Throwable cause)static IOExceptioncreate(Throwable cause)static IOExceptioncreateFrameSizeException(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)
-
-