|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.exception.BaseException
com.sap.caf.eu.gp.exception.api.GPBaseException
com.sap.caf.eu.gp.exception.api.GPInvocationException
This exception is raised if any of the request parameters are insufficient to complete the request.
| Field Summary |
| Fields inherited from interface com.sap.exception.IBaseException |
audit, defaultLocale |
| Constructor Summary | |
GPInvocationException(Location location,
com.sap.localization.ResourceAccessor resourceAccessor,
String msgKey)
Creates a new IvocationException with specified logging location, resource accessor and text key |
|
GPInvocationException(Location location,
com.sap.localization.ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments)
Creates a new IvocationException with specified logging location, resource accessor, text key and text arguments |
|
GPInvocationException(Location location,
com.sap.localization.ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments,
Throwable nested)
Creates a new IvocationException with specified logging location, resource accessor, text key, text arguments and nested throwable |
|
GPInvocationException(Location location,
com.sap.localization.ResourceAccessor resourceAccessor,
String msgKey,
Throwable nested)
Creates a new IvocationException with specified logging location, resource accessor, text key and nested throwable |
|
GPInvocationException(Location location,
Throwable throwable)
Constructs a new exception with a location and and cause. |
|
| Methods inherited from class com.sap.caf.eu.gp.exception.api.GPBaseException |
getArguments, getMessageKey, getResourceAccessor |
| Methods inherited from class com.sap.exception.BaseException |
finallyLocalize, finallyLocalize, finallyLocalize, finallyLocalize, getCause, getLocalizableMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLogCategory, getLogLocation, getLogSeverity, getMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedStackTraceString, getStackTraceString, getSystemStackTraceString, initCause, log, printStackTrace, printStackTrace, printStackTrace, restoreLogSettings, setLogSettings, trace, trace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GPInvocationException(Location location,
com.sap.localization.ResourceAccessor resourceAccessor,
String msgKey)
location - resourceAccessor - msgKey -
public GPInvocationException(Location location,
com.sap.localization.ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments)
location - resourceAccessor - msgKey - arguments -
public GPInvocationException(Location location,
com.sap.localization.ResourceAccessor resourceAccessor,
String msgKey,
Throwable nested)
location - resourceAccessor - msgKey - nested -
public GPInvocationException(Location location,
com.sap.localization.ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments,
Throwable nested)
location - resourceAccessor - msgKey - arguments - nested -
public GPInvocationException(Location location,
Throwable throwable)
location - locationthrowable - cause
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||