|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException akka.AkkaException akka.remote.EndpointException akka.remote.InvalidAssociation
public class InvalidAssociation
INTERNAL API
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 |
---|
public InvalidAssociation(Address localAddress, Address remoteAddress, java.lang.Throwable cause)
Method Detail |
---|
public Address localAddress()
public Address remoteAddress()
public java.lang.Throwable cause()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |