Package xyz.gmitch215.socketmc
Class SocketMCNotInstalledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xyz.gmitch215.socketmc.SocketMCNotInstalledException
- All Implemented Interfaces:
 Serializable
Thrown when the SocketMC Mod is not installed on the client.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new SocketMCNotInstalledException with no message.SocketMCNotInstalledException(String message) Constructs a new SocketMCNotInstalledException with the specified message.SocketMCNotInstalledException(String message, Throwable cause) Constructs a new SocketMCNotInstalledException with the specified message and cause.Constructs a new SocketMCNotInstalledException with the specified 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
- 
SocketMCNotInstalledException
public SocketMCNotInstalledException()Constructs a new SocketMCNotInstalledException with no message. - 
SocketMCNotInstalledException
Constructs a new SocketMCNotInstalledException with the specified message.- Parameters:
 message- The message
 - 
SocketMCNotInstalledException
Constructs a new SocketMCNotInstalledException with the specified message and cause.- Parameters:
 message- The messagecause- The cause
 - 
SocketMCNotInstalledException
Constructs a new SocketMCNotInstalledException with the specified cause.- Parameters:
 cause- The cause
 
 -