com.devivo.gen_java
Class ErlangRemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.devivo.gen_java.ErlangRemoteException
All Implemented Interfaces:
Serializable

public class ErlangRemoteException
extends Exception

See Also:
Serialized Form

Constructor Summary
ErlangRemoteException(com.ericsson.otp.erlang.OtpErlangPid fromPid, com.ericsson.otp.erlang.OtpErlangRef fromRef, Exception e)
           
ErlangRemoteException(com.ericsson.otp.erlang.OtpErlangPid fromPid, com.ericsson.otp.erlang.OtpErlangRef fromRef, String msg)
           
 
Method Summary
 void send(com.ericsson.otp.erlang.OtpMbox mbox)
           
 com.ericsson.otp.erlang.OtpErlangObject toErlangException()
           
static com.ericsson.otp.erlang.OtpErlangObject toErlangException(Exception e)
           
 
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

ErlangRemoteException

public ErlangRemoteException(com.ericsson.otp.erlang.OtpErlangPid fromPid,
                             com.ericsson.otp.erlang.OtpErlangRef fromRef,
                             String msg)

ErlangRemoteException

public ErlangRemoteException(com.ericsson.otp.erlang.OtpErlangPid fromPid,
                             com.ericsson.otp.erlang.OtpErlangRef fromRef,
                             Exception e)
Method Detail

toErlangException

public static com.ericsson.otp.erlang.OtpErlangObject toErlangException(Exception e)

toErlangException

public com.ericsson.otp.erlang.OtpErlangObject toErlangException()

send

public void send(com.ericsson.otp.erlang.OtpMbox mbox)


Copyright © 2014. All rights reserved.