Class SocketMCNotInstalledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xyz.gmitch215.socketmc.SocketMCNotInstalledException
All Implemented Interfaces:
Serializable

public class SocketMCNotInstalledException extends RuntimeException
Thrown when the SocketMC Mod is not installed on the client.
See Also:
  • Constructor Details

    • SocketMCNotInstalledException

      public SocketMCNotInstalledException()
      Constructs a new SocketMCNotInstalledException with no message.
    • SocketMCNotInstalledException

      public SocketMCNotInstalledException(String message)
      Constructs a new SocketMCNotInstalledException with the specified message.
      Parameters:
      message - The message
    • SocketMCNotInstalledException

      public SocketMCNotInstalledException(String message, Throwable cause)
      Constructs a new SocketMCNotInstalledException with the specified message and cause.
      Parameters:
      message - The message
      cause - The cause
    • SocketMCNotInstalledException

      public SocketMCNotInstalledException(Throwable cause)
      Constructs a new SocketMCNotInstalledException with the specified cause.
      Parameters:
      cause - The cause