Package akka.remote.transport
Class Transport.InvalidAssociationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.AkkaException
-
- akka.remote.transport.Transport.InvalidAssociationException
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product,scala.Serializable,scala.util.control.NoStackTrace
- Enclosing interface:
- Transport
public static final class Transport.InvalidAssociationException extends AkkaException implements scala.util.control.NoStackTrace, scala.Product, scala.Serializable
- 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 booleancanEqual(java.lang.Object x$1)java.lang.Throwablecause()Transport.InvalidAssociationExceptioncopy(java.lang.String msg, java.lang.Throwable cause)java.lang.Stringcopy$default$1()java.lang.Throwablecopy$default$2()booleanequals(java.lang.Object x$1)inthashCode()java.lang.Stringmsg()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()-
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:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-