akka.remote
Class InvalidAssociation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.AkkaException
                  extended by akka.remote.EndpointException
                      extended by akka.remote.InvalidAssociation
All Implemented Interfaces:
OnlyCauseStackTrace, AssociationProblem, java.io.Serializable, scala.Equals, scala.Product

public class InvalidAssociation
extends EndpointException
implements AssociationProblem, scala.Product, scala.Serializable

INTERNAL API

See Also:
Serialized Form

Constructor Summary
InvalidAssociation(Address localAddress, Address remoteAddress, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable cause()
           
 Address localAddress()
           
 Address remoteAddress()
           
 
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
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 
Methods inherited from interface akka.OnlyCauseStackTrace
fillInStackTrace
 

Constructor Detail

InvalidAssociation

public InvalidAssociation(Address localAddress,
                          Address remoteAddress,
                          java.lang.Throwable cause)
Method Detail

localAddress

public Address localAddress()

remoteAddress

public Address remoteAddress()

cause

public java.lang.Throwable cause()