Package org.terracotta.angela.agent.com
Class Exceptions
- java.lang.Object
-
- org.terracotta.angela.agent.com.Exceptions
-
public class Exceptions extends Object
-
-
Constructor Summary
Constructors Constructor Description Exceptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeExceptionasRuntime(String msg, Throwable e)static RuntimeExceptionasRuntime(Throwable e)
-
-
-
Method Detail
-
asRuntime
public static RuntimeException asRuntime(Throwable e)
-
asRuntime
public static RuntimeException asRuntime(String msg, Throwable e)
-
-