Class IllegalDebugThreadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gay.object.hexdebug.core.api.exceptions.DebugException
gay.object.hexdebug.core.api.exceptions.IllegalDebugThreadException
All Implemented Interfaces:
Serializable

public class IllegalDebugThreadException extends DebugException
The provided debug thread ID is invalid or already in use.
See Also:
  • Constructor Details

    • IllegalDebugThreadException

      public IllegalDebugThreadException()
    • IllegalDebugThreadException

      public IllegalDebugThreadException(String message)
    • IllegalDebugThreadException

      public IllegalDebugThreadException(String message, Throwable cause)
    • IllegalDebugThreadException

      public IllegalDebugThreadException(Throwable cause)
    • IllegalDebugThreadException

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