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 FailureInjectorExceptionDeprecated.booleanDeprecated.Deprecated.Deprecated.booleanDeprecated.inthashCode()Deprecated.msg()Deprecated.intDeprecated.productElement(int x$1) Deprecated.productElementName(int x$1) Deprecated.scala.collection.Iterator<Object>Deprecated.Deprecated.static final StringtoString()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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.util.control.NoStackTrace
fillInStackTraceMethods 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:
productPrefixin interfacescala.Product
-
productArity
public int productArity()Deprecated.- Specified by:
productArityin interfacescala.Product
-
productElement
Deprecated.- Specified by:
productElementin interfacescala.Product
-
productIterator
Deprecated.- Specified by:
productIteratorin interfacescala.Product
-
canEqual
Deprecated.- Specified by:
canEqualin interfacescala.Equals
-
productElementName
Deprecated.- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-