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:
java.io.Serializable,scala.Equals,scala.Product,scala.util.control.NoStackTrace
public final class FailureInjectorException extends PekkoException implements scala.util.control.NoStackTrace, scala.Product, java.io.Serializable
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailureInjectorException(java.lang.String msg)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FailureInjectorExceptionapply(java.lang.String msg)Deprecated.booleancanEqual(java.lang.Object x$1)Deprecated.FailureInjectorExceptioncopy(java.lang.String msg)Deprecated.java.lang.Stringcopy$default$1()Deprecated.booleanequals(java.lang.Object x$1)Deprecated.inthashCode()Deprecated.java.lang.Stringmsg()Deprecated.intproductArity()Deprecated.java.lang.ObjectproductElement(int x$1)Deprecated.java.lang.StringproductElementName(int x$1)Deprecated.scala.collection.Iterator<java.lang.Object>productIterator()Deprecated.java.lang.StringproductPrefix()Deprecated.static java.lang.StringtoString()Deprecated.static scala.Option<java.lang.String>unapply(FailureInjectorException x$0)Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
toString
public static final java.lang.String toString()
Deprecated.
-
apply
public static FailureInjectorException apply(java.lang.String msg)
Deprecated.
-
unapply
public static scala.Option<java.lang.String> unapply(FailureInjectorException x$0)
Deprecated.
-
msg
public java.lang.String msg()
Deprecated.
-
copy
public FailureInjectorException copy(java.lang.String msg)
Deprecated.
-
copy$default$1
public java.lang.String copy$default$1()
Deprecated.
-
productPrefix
public java.lang.String productPrefix()
Deprecated.- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
Deprecated.- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
Deprecated.- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
Deprecated.- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
Deprecated.- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
Deprecated.- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
Deprecated.- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-