Spring AMQP

org.springframework.erlang
Class ErlangErrorRpcException

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.ErlangErrorRpcException
All Implemented Interfaces:
Serializable

public class ErlangErrorRpcException
extends OtpException

Exception thrown when an 'error' is received from an Erlang RPC call

Author:
Mark Pollack
See Also:
Serialized Form

Constructor Summary
ErlangErrorRpcException(com.ericsson.otp.erlang.OtpErlangTuple tuple)
           
ErlangErrorRpcException(String message)
           
 
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

ErlangErrorRpcException

public ErlangErrorRpcException(String message)

ErlangErrorRpcException

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

getReasonTuple

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

Spring AMQP

Copyright © 2011. All Rights Reserved.