Class FailureInjectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.PekkoException
org.apache.pekko.remote.transport.FailureInjectorException
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.util.control.NoStackTrace
public final class FailureInjectorException
extends PekkoException
implements scala.util.control.NoStackTrace, scala.Product, Serializable
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FailureInjectorException
Deprecated.boolean
Deprecated.Deprecated.Deprecated.boolean
Deprecated.int
hashCode()
Deprecated.msg()
Deprecated.int
Deprecated.productElement
(int x$1) Deprecated.productElementName
(int x$1) Deprecated.scala.collection.Iterator<Object>
Deprecated.Deprecated.static final String
toString()
Deprecated.static scala.Option<String>
Deprecated.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 Details
-
FailureInjectorException
Deprecated.
-
-
Method Details
-
toString
Deprecated. -
apply
Deprecated. -
unapply
Deprecated. -
msg
Deprecated. -
copy
Deprecated. -
copy$default$1
Deprecated. -
productPrefix
Deprecated.- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()Deprecated.- Specified by:
productArity
in interfacescala.Product
-
productElement
Deprecated.- Specified by:
productElement
in interfacescala.Product
-
productIterator
Deprecated.- Specified by:
productIterator
in interfacescala.Product
-
canEqual
Deprecated.- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
Deprecated.- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-