Package devs.beer.nativepackets.api
Class UnsupportedRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
devs.beer.nativepackets.api.UnsupportedRuntimeException
- All Implemented Interfaces:
Serializable
Thrown when no exact supported runtime descriptor can be produced.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedRuntimeException(String message) Creates a runtime detection failure. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedRuntimeException
Creates a runtime detection failure.- Parameters:
message- actionable failure description
-