Package com.velocitypowered.natives
Class NativeSetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.velocitypowered.natives.NativeSetupException
- All Implemented Interfaces:
Serializable
Thrown when we cannot set up a variant of a native library.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNativeSetupException(String message) NativeSetupException(String message, Throwable cause) NativeSetupException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) NativeSetupException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NativeSetupException
public NativeSetupException() -
NativeSetupException
-
NativeSetupException
-
NativeSetupException
-
NativeSetupException
-