akka.remote.transport
Class Transport.InvalidAssociationException

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.transport.Transport.InvalidAssociationException
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product, scala.util.control.NoStackTrace
Enclosing interface:
Transport

public static class Transport.InvalidAssociationException
extends AkkaException
implements scala.util.control.NoStackTrace, scala.Product, scala.Serializable

Indicates that the association setup request is invalid, and it is impossible to recover (malformed IP address, hostname, etc.).

See Also:
Serialized Form

Constructor Summary
Transport.InvalidAssociationException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable cause()
           
 java.lang.String msg()
           
 
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.util.control.NoStackTrace
fillInStackTrace, scala$util$control$NoStackTrace$$super$fillInStackTrace
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Transport.InvalidAssociationException

public Transport.InvalidAssociationException(java.lang.String msg,
                                             java.lang.Throwable cause)
Method Detail

msg

public java.lang.String msg()

cause

public java.lang.Throwable cause()