com.sap.dbtech.powertoys
Class DBMException
Exception
com.sap.dbtech.powertoys.DBMException
public class DBMException
extends Exception
Exception thrown when DBM command fails
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
|
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