Class IllegalDebugSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gay.object.hexdebug.core.api.exceptions.DebugException
gay.object.hexdebug.core.api.exceptions.IllegalDebugSessionException
- All Implemented Interfaces:
Serializable
The provided debug session ID or debug environment is invalid or already in use.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalDebugSessionException(String message) IllegalDebugSessionException(String message, Throwable cause) IllegalDebugSessionException(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
-
IllegalDebugSessionException
public IllegalDebugSessionException() -
IllegalDebugSessionException
-
IllegalDebugSessionException
-
IllegalDebugSessionException
-
IllegalDebugSessionException
-