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 boolean
canEqual(java.lang.Object x$1)
Deprecated.int
hashCode()
Deprecated.int
productArity()
Deprecated.java.lang.Object
productElement(int x$1)
Deprecated.scala.collection.Iterator<java.lang.Object>
productIterator()
Deprecated.java.lang.String
productPrefix()
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:
productPrefix
in interfacescala.Product
- Overrides:
productPrefix
in classBindFailedException
-
productArity
public int productArity()
Deprecated.- Specified by:
productArity
in interfacescala.Product
- Overrides:
productArity
in classBindFailedException
-
productElement
public java.lang.Object productElement(int x$1)
Deprecated.- Specified by:
productElement
in interfacescala.Product
- Overrides:
productElement
in classBindFailedException
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
Deprecated.- Specified by:
productIterator
in interfacescala.Product
- Overrides:
productIterator
in classBindFailedException
-
canEqual
public boolean canEqual(java.lang.Object x$1)
Deprecated.- Specified by:
canEqual
in interfacescala.Equals
- Overrides:
canEqual
in classBindFailedException
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classBindFailedException
-
-