Class Transport.InvalidAssociationException

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product, scala.util.control.NoStackTrace
    Enclosing interface:
    Transport

    public static final class Transport.InvalidAssociationException
    extends AkkaException
    implements scala.util.control.NoStackTrace, scala.Product, java.io.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

      Constructors 
      Constructor Description
      InvalidAssociationException​(java.lang.String msg, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canEqual​(java.lang.Object x$1)  
      java.lang.Throwable cause()  
      Transport.InvalidAssociationException copy​(java.lang.String msg, java.lang.Throwable cause)  
      java.lang.String copy$default$1()  
      java.lang.Throwable copy$default$2()  
      boolean equals​(java.lang.Object x$1)  
      int hashCode()  
      java.lang.String msg()  
      int productArity()  
      java.lang.Object productElement​(int x$1)  
      java.lang.String productElementName​(int x$1)  
      scala.collection.Iterator<java.lang.Object> productIterator()  
      java.lang.String productPrefix()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.util.control.NoStackTrace

        fillInStackTrace
      • Methods inherited from interface scala.Product

        productElementNames
    • Constructor Detail

      • InvalidAssociationException

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

      • msg

        public java.lang.String msg()
      • cause

        public java.lang.Throwable cause()
      • copy$default$1

        public java.lang.String copy$default$1()
      • copy$default$2

        public java.lang.Throwable copy$default$2()
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object