Class NoPacketAdapterAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.megavex.scoreboardlibrary.api.exception.NoPacketAdapterAvailableException
- All Implemented Interfaces:
Serializable
Exception indicating that there is no packet adapter available for the current server version.
As a fallback, consider using the
NoopScoreboardLibrary implementation.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoPacketAdapterAvailableException
public NoPacketAdapterAvailableException()
-