blob: 0695aa1abc12e7ea28e21517c0f75751dcf6206c [file] [log] [blame]
package org.eclipse.jdt.internal.debug.ui;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
/**
* Constants for status objects
*/
public interface IJDIStatusConstants {
/**
* Indicates a connection could not be made with a remote VM
*/
public static final int CODE_CONNECTION_FAILED= 1;
}