Spring AMQP

org.springframework.erlang
Class ErlangBadRpcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.erlang.OtpException
                  extended by org.springframework.erlang.ErlangBadRpcException
All Implemented Interfaces:
Serializable

public class ErlangBadRpcException
extends OtpException

Exception thrown when an 'badrpc' is received from an Erlang RPC call.

Author:
Mark Pollack
See Also:
Serialized Form

Constructor Summary
ErlangBadRpcException(com.ericsson.otp.erlang.OtpErlangTuple tuple)
           
ErlangBadRpcException(String reason)
           
 
Method Summary
 com.ericsson.otp.erlang.OtpErlangTuple getReasonTuple()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErlangBadRpcException

public ErlangBadRpcException(String reason)

ErlangBadRpcException

public ErlangBadRpcException(com.ericsson.otp.erlang.OtpErlangTuple tuple)
Method Detail

getReasonTuple

public com.ericsson.otp.erlang.OtpErlangTuple getReasonTuple()

Spring AMQP

Copyright © 2011. All Rights Reserved.