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
The provided debug thread ID is invalid or already in use.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalDebugThreadException(String message) IllegalDebugThreadException(String message, Throwable cause) IllegalDebugThreadException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalDebugThreadException
public IllegalDebugThreadException() -
IllegalDebugThreadException
-
IllegalDebugThreadException
-
IllegalDebugThreadException
-
IllegalDebugThreadException
-