com.sap.caf.eu.gp.exception.api

Class GPInvocationException

java.lang.Object
  extended by BaseException
      extended by com.sap.caf.eu.gp.exception.api.GPBaseException
          extended by com.sap.caf.eu.gp.exception.api.GPInvocationException

public class GPInvocationException
extends GPBaseException

This exception is raised if any of the request parameters are insufficient to complete the request.


Constructor Summary
GPInvocationException(Location location, ResourceAccessor resourceAccessor, String msgKey)
          Creates a new IvocationException with specified logging location, resource accessor and text key
GPInvocationException(Location location, ResourceAccessor resourceAccessor, String msgKey, Object[] arguments)
          Creates a new IvocationException with specified logging location, resource accessor, text key and text arguments
GPInvocationException(Location location, 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, 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.
 
Method Summary
 
Methods inherited from class com.sap.caf.eu.gp.exception.api.GPBaseException
getArguments, getMessageKey, getResourceAccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPInvocationException

public GPInvocationException(Location location,
                             ResourceAccessor resourceAccessor,
                             String msgKey)
Creates a new IvocationException with specified logging location, resource accessor and text key

Parameters:
location -
resourceAccessor -
msgKey -

GPInvocationException

public GPInvocationException(Location location,
                             ResourceAccessor resourceAccessor,
                             String msgKey,
                             Object[] arguments)
Creates a new IvocationException with specified logging location, resource accessor, text key and text arguments

Parameters:
location -
resourceAccessor -
msgKey -
arguments -

GPInvocationException

public GPInvocationException(Location location,
                             ResourceAccessor resourceAccessor,
                             String msgKey,
                             Throwable nested)
Creates a new IvocationException with specified logging location, resource accessor, text key and nested throwable

Parameters:
location -
resourceAccessor -
msgKey -
nested -

GPInvocationException

public GPInvocationException(Location location,
                             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

Parameters:
location -
resourceAccessor -
msgKey -
arguments -
nested -

GPInvocationException

public GPInvocationException(Location location,
                             Throwable throwable)
Constructs a new exception with a location and and cause.

Parameters:
location - location
throwable - cause


Copyright 2009 SAP AG Complete Copyright Notice