Package akka.stream
Class BindFailedException$
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.stream.StreamTcpException
-
- akka.stream.BindFailedException
-
- akka.stream.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 Summary
Fields Modifier and Type Field Description static BindFailedException$MODULE$Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description BindFailedException$()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)Deprecated.inthashCode()Deprecated.intproductArity()Deprecated.java.lang.ObjectproductElement(int x$1)Deprecated.scala.collection.Iterator<java.lang.Object>productIterator()Deprecated.java.lang.StringproductPrefix()Deprecated.-
Methods inherited from class akka.stream.BindFailedException
addSuppressed, equals, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, productElementName, productElementNames, setStackTrace, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MODULE$
public static final BindFailedException$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
productPrefix
public java.lang.String productPrefix()
Deprecated.- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classBindFailedException
-
productArity
public int productArity()
Deprecated.- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classBindFailedException
-
productElement
public java.lang.Object productElement(int x$1)
Deprecated.- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classBindFailedException
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
Deprecated.- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classBindFailedException
-
canEqual
public boolean canEqual(java.lang.Object x$1)
Deprecated.- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classBindFailedException
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classBindFailedException
-
-