Package akka.stream

Class BindFailedException$

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

    public class BindFailedException$
    extends BindFailedException
    implements scala.Product, java.io.Serializable
    Deprecated.
    BindFailedException object will never be thrown. Match on the class instead. Since 2.4.19.
    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

        public static final BindFailedException$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • BindFailedException$

        public BindFailedException$()
        Deprecated.
    • Method Detail

      • productPrefix

        public java.lang.String productPrefix()
        Deprecated.
        Specified by:
        productPrefix in interface scala.Product
        Overrides:
        productPrefix in class BindFailedException
      • productArity

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

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

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

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