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 SummaryConstructors Constructor Description FailureInjectorException(java.lang.String msg)Deprecated.
 - 
Method SummaryAll 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
toStringpublic static final java.lang.String toString() Deprecated.
 - 
applypublic static FailureInjectorException apply(java.lang.String msg) Deprecated.
 - 
unapplypublic static scala.Option<java.lang.String> unapply(FailureInjectorException x$0) Deprecated.
 - 
msgpublic java.lang.String msg() Deprecated.
 - 
copypublic FailureInjectorException copy(java.lang.String msg) Deprecated.
 - 
copy$default$1public java.lang.String copy$default$1() Deprecated.
 - 
productPrefixpublic java.lang.String productPrefix() Deprecated.- Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() Deprecated.- Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) Deprecated.- Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() Deprecated.- Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) Deprecated.- Specified by:
- canEqualin interface- scala.Equals
 
 - 
productElementNamepublic java.lang.String productElementName(int x$1) Deprecated.- Specified by:
- productElementNamein interface- scala.Product
 
 - 
hashCodepublic int hashCode() Deprecated.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object x$1) Deprecated.- Specified by:
- equalsin interface- scala.Equals
- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-