|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OtpException | |
---|---|
org.springframework.erlang | |
org.springframework.erlang.core | |
org.springframework.erlang.support | |
org.springframework.erlang.support.converter |
Uses of OtpException in org.springframework.erlang |
---|
Subclasses of OtpException in org.springframework.erlang | |
---|---|
class |
ErlangBadRpcException
Exception thrown when an 'badrpc' is received from an Erlang RPC call. |
class |
ErlangErrorRpcException
Exception thrown when an 'error' is received from an Erlang RPC call |
class |
OtpAuthException
Runtime exception mirroring the OTP OtpAuthException. |
class |
OtpIOException
RuntimeException wrapper for an IOException which
can be commonly thrown from OTP operations. |
class |
UncategorizedOtpException
A "catch-all" exception type within the OtpException hierarchy when no more specific cause is known. |
Uses of OtpException in org.springframework.erlang.core |
---|
Methods in org.springframework.erlang.core that return OtpException | |
---|---|
protected OtpException |
ErlangTemplate.convertOtpAccessException(Exception ex)
Convert the specified checked exception to a Spring runtime exception equivalent. |
Methods in org.springframework.erlang.core that throw OtpException | ||
---|---|---|
|
ErlangOperations.execute(ConnectionCallback<T> action)
|
|
|
ErlangTemplate.execute(ConnectionCallback<T> action)
|
|
Object |
ErlangOperations.executeAndConvertRpc(String module,
String function,
ErlangConverter converterToUse,
Object... args)
|
|
Object |
ErlangOperations.executeAndConvertRpc(String module,
String function,
Object... args)
|
|
com.ericsson.otp.erlang.OtpErlangObject |
ErlangOperations.executeErlangRpc(String module,
String function,
com.ericsson.otp.erlang.OtpErlangList args)
|
|
com.ericsson.otp.erlang.OtpErlangObject |
ErlangOperations.executeErlangRpc(String module,
String function,
com.ericsson.otp.erlang.OtpErlangObject... args)
|
|
com.ericsson.otp.erlang.OtpErlangObject |
ErlangOperations.executeRpc(String module,
String function,
Object... args)
|
Uses of OtpException in org.springframework.erlang.support |
---|
Methods in org.springframework.erlang.support that return OtpException | |
---|---|
protected OtpException |
ErlangAccessor.convertOtpAccessException(Exception ex)
|
static OtpException |
ErlangUtils.convertOtpAccessException(Exception ex)
|
Uses of OtpException in org.springframework.erlang.support.converter |
---|
Subclasses of OtpException in org.springframework.erlang.support.converter | |
---|---|
class |
ErlangConversionException
|
|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |