public class ShutdownReason
Class ShutdownReason. Provides shutdownreason functionality for the Hytale server.
java.lang.Object > ShutdownReason
Field Summary
No fields documented.
Method Detail
ShutdownReason
public
public
ShutdownReason
(final int exitCode)
Method ShutdownReason.
- Parameters:
final intexitCode
getExitCode
public
int
getExitCode
()
Method getExitCode.
getMessage
public
String
getMessage
()
Method getMessage.
withMessage
Method withMessage.
- Parameters:
final Stringmessage
toString
public
String
toString
()
Method toString.