Package net.minecraft.network
Class ThreadQuickExitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.minecraft.network.ThreadQuickExitException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ThreadQuickExitException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadQuickExitException
RUNNING_ON_DIFFERENT_THREAD
-
Constructor Summary
Constructors Modifier Constructor Description private
ThreadQuickExitException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
RUNNING_ON_DIFFERENT_THREAD
public static final ThreadQuickExitException RUNNING_ON_DIFFERENT_THREAD
-
-