Class HWIDException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pro.gravit.launchserver.auth.protect.hwid.HWIDException
All Implemented Interfaces:
Serializable

public class HWIDException extends Exception
See Also:
Serialized Form
  • Constructor Details

    • HWIDException

      public HWIDException()
    • HWIDException

      public HWIDException(String message)
    • HWIDException

      public HWIDException(String message, Throwable cause)
    • HWIDException

      public HWIDException(Throwable cause)
    • HWIDException

      public HWIDException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)