Class FailureInjectorException

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product, scala.util.control.NoStackTrace

    public final class FailureInjectorException
    extends AkkaException
    implements scala.util.control.NoStackTrace, scala.Product, java.io.Serializable
    Deprecated.
    Classic remoting is deprecated, use Artery. Since 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 FailureInjectorException apply​(java.lang.String msg)
      Deprecated.
       
      boolean canEqual​(java.lang.Object x$1)
      Deprecated.
       
      FailureInjectorException copy​(java.lang.String msg)
      Deprecated.
       
      java.lang.String copy$default$1()
      Deprecated.
       
      boolean equals​(java.lang.Object x$1)
      Deprecated.
       
      int hashCode()
      Deprecated.
       
      java.lang.String msg()
      Deprecated.
       
      int productArity()
      Deprecated.
       
      java.lang.Object productElement​(int x$1)
      Deprecated.
       
      java.lang.String productElementName​(int x$1)
      Deprecated.
       
      scala.collection.Iterator<java.lang.Object> productIterator()
      Deprecated.
       
      java.lang.String productPrefix()
      Deprecated.
       
      static java.lang.String toString()
      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
      • 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 Detail

      • FailureInjectorException

        public FailureInjectorException​(java.lang.String msg)
        Deprecated.
    • Method Detail

      • toString

        public static final java.lang.String toString()
        Deprecated.
      • msg

        public 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:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Deprecated.
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Deprecated.
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Deprecated.
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Deprecated.
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Deprecated.
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Deprecated.
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object