Class Transport.InvalidAssociationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pekko.PekkoException
-
- org.apache.pekko.remote.transport.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 PekkoException 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
-
-
-
-
Method Detail
-
msg
public java.lang.String msg()
-
cause
public java.lang.Throwable cause()
-
copy
public Transport.InvalidAssociationException copy(java.lang.String msg, 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 interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-