Package net.minecraft.network
Class OffThreadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.network.OffThreadException
- All Implemented Interfaces:
Serializable
public final class OffThreadException extends RuntimeException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static OffThreadException
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
OffThreadException()
-
Method Summary
Modifier and Type Method Description Throwable
fillInStackTrace()
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
OffThreadException
private OffThreadException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-