com.sap.dbtech.powertoys

Class DBMException


public class DBMException
extends Exception

Exception thrown when DBM command fails

Method Summary

int
getErrorCode()
returns the error code as set by dbm server.
String
getErrorID()
returns the symbolic equvalent of the error code.
String
toString()
returns printable String of exception

Method Details

getErrorCode

public int getErrorCode()
returns the error code as set by dbm server.

getErrorID

public String getErrorID()
returns the symbolic equvalent of the error code.

toString

public String toString()
returns printable String of exception