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

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

    • IllegalDebugSessionException

      public IllegalDebugSessionException()
    • IllegalDebugSessionException

      public IllegalDebugSessionException(String message)
    • IllegalDebugSessionException

      public IllegalDebugSessionException(String message, Throwable cause)
    • IllegalDebugSessionException

      public IllegalDebugSessionException(Throwable cause)
    • IllegalDebugSessionException

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