public class ErlangUtils extends Object
| Constructor and Description |
|---|
ErlangUtils() |
| Modifier and Type | Method and Description |
|---|---|
static OtpException |
convertOtpAccessException(Exception ex) |
static void |
releaseConnection(com.ericsson.otp.erlang.OtpConnection con)
Close the given Connection.
|
public static void releaseConnection(com.ericsson.otp.erlang.OtpConnection con)
con - the Connection to close if necessary
(if this is null, the call will be ignored)public static OtpException convertOtpAccessException(Exception ex)