Class MissingPacketManipulatorLibraryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.wyck.exceptions.MissingPacketManipulatorLibraryException
All Implemented Interfaces:
Serializable

@AsOf("0.0.6") public class MissingPacketManipulatorLibraryException extends RuntimeException
Exception thrown when the required packet library is missing.
Since:
0.0.6
See Also:
  • Constructor Details

    • MissingPacketManipulatorLibraryException

      @AsOf("0.0.19") public MissingPacketManipulatorLibraryException(String message)
    • MissingPacketManipulatorLibraryException

      @AsOf("0.0.6") public MissingPacketManipulatorLibraryException(String message, Throwable cause)