Microsoft SDK for Java

Error Class

The Error class of the com.ms.wfc.data package encapsulates the ADO Error object, which represents a provider error.

public class Error
{
  // Methods
  public String getDescription();
  public int getNativeError();
  public int getNumber();
  public String getSource();
  public String getSQLState();
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.