|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.sap.mw.jco.JCO.Exception | +--com.sap.mw.jco.JCO.AbapException
A convenience class on top of JCO.Exception that reports errors which occurred in a SAP system function module
Constructor Summary | |
JCO.AbapException(java.lang.String key)
Creates an exception with the specified key. |
|
JCO.AbapException(java.lang.String key,
java.lang.String message)
Creates an exception |
Methods inherited from class com.sap.mw.jco.JCO.Exception |
getGroup, getKey, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JCO.AbapException(java.lang.String key)
key
- the key for the exception as specified in the function interfacepublic JCO.AbapException(java.lang.String key, java.lang.String message)
key
- the key for the exceptionmessage
- a message text
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |