Package akka.stream
Class TargetRefNotInitializedYetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- akka.stream.TargetRefNotInitializedYetException
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
public final class TargetRefNotInitializedYetException extends java.lang.IllegalStateException implements scala.Product, scala.SerializableJava API: Getjavadsl.Sourceunderlying to this source ref.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetRefNotInitializedYetException()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TargetRefNotInitializedYetExceptionapply()static byteapply$mcB$sp()static charapply$mcC$sp()static doubleapply$mcD$sp()static floatapply$mcF$sp()static intapply$mcI$sp()static longapply$mcJ$sp()static shortapply$mcS$sp()static voidapply$mcV$sp()static booleanapply$mcZ$sp()booleancanEqual(java.lang.Object x$1)TargetRefNotInitializedYetExceptioncopy()booleanequals(java.lang.Object x$1)inthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()static java.lang.StringtoString()static booleanunapply(TargetRefNotInitializedYetException x$0)
-
-
-
Method Detail
-
toString
public static final java.lang.String toString()
-
apply
public static TargetRefNotInitializedYetException apply()
-
unapply
public static boolean unapply(TargetRefNotInitializedYetException x$0)
-
apply$mcZ$sp
public static boolean apply$mcZ$sp()
-
apply$mcB$sp
public static byte apply$mcB$sp()
-
apply$mcC$sp
public static char apply$mcC$sp()
-
apply$mcD$sp
public static double apply$mcD$sp()
-
apply$mcF$sp
public static float apply$mcF$sp()
-
apply$mcI$sp
public static int apply$mcI$sp()
-
apply$mcJ$sp
public static long apply$mcJ$sp()
-
apply$mcS$sp
public static short apply$mcS$sp()
-
apply$mcV$sp
public static void apply$mcV$sp()
-
copy
public TargetRefNotInitializedYetException copy()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-