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

Class GPTechnicalCallableObjectException

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.GPEngineException
              extended by com.sap.caf.eu.gp.exception.api.GPTechnicalCallableObjectException

public class GPTechnicalCallableObjectException
extends GPEngineException

An exception of this type may only be thrown if an unhandled internal exception occurs. Use GPTechnicalCallableObjectException if a very unusual and unforseen situation is encountered that cannot be handled internally or by throwing a process exception.


Constructor Summary
GPTechnicalCallableObjectException(Location location, ResourceAccessor resourceAccessor, String msgKey)
           
GPTechnicalCallableObjectException(Location location, ResourceAccessor resourceAccessor, String msgKey, Object[] arguments)
           
GPTechnicalCallableObjectException(Location location, ResourceAccessor resourceAccessor, String msgKey, Object[] arguments, Throwable nested)
           
GPTechnicalCallableObjectException(Location location, ResourceAccessor resourceAccessor, String msgKey, Throwable nested)
           
GPTechnicalCallableObjectException(Location location, String localizedMessage)
          Initializes the object with an already localized message.
GPTechnicalCallableObjectException(Location location, String localizedMessage, Throwable nested)
          Initializes the object with an already localized message.
 
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

GPTechnicalCallableObjectException

public GPTechnicalCallableObjectException(Location location,
                                          String localizedMessage)
Initializes the object with an already localized message.

Use for web dynpro only.

Parameters:
location -
localizedMessage -

GPTechnicalCallableObjectException

public GPTechnicalCallableObjectException(Location location,
                                          String localizedMessage,
                                          Throwable nested)
Initializes the object with an already localized message.

Use for web dynpro only.

Parameters:
location -
localizedMessage -
nested -

GPTechnicalCallableObjectException

public GPTechnicalCallableObjectException(Location location,
                                          ResourceAccessor resourceAccessor,
                                          String msgKey)
Parameters:
location -
resourceAccessor -
msgKey -

GPTechnicalCallableObjectException

public GPTechnicalCallableObjectException(Location location,
                                          ResourceAccessor resourceAccessor,
                                          String msgKey,
                                          Object[] arguments)
Parameters:
location -
resourceAccessor -
msgKey -
arguments -

GPTechnicalCallableObjectException

public GPTechnicalCallableObjectException(Location location,
                                          ResourceAccessor resourceAccessor,
                                          String msgKey,
                                          Throwable nested)
Parameters:
location -
resourceAccessor -
msgKey -
nested -

GPTechnicalCallableObjectException

public GPTechnicalCallableObjectException(Location location,
                                          ResourceAccessor resourceAccessor,
                                          String msgKey,
                                          Object[] arguments,
                                          Throwable nested)
Parameters:
location -
resourceAccessor -
msgKey -
arguments -
nested -


Copyright 2009 SAP AG Complete Copyright Notice