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

Class GPTemplateTypeAlreadyRegisteredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sap.exception.BaseException
              extended bycom.sap.caf.eu.gp.exception.api.GPBaseException
                  extended bycom.sap.caf.eu.gp.exception.api.GPTemplateTypeAlreadyRegisteredException
All Implemented Interfaces:
com.sap.exception.IBaseException, Serializable

public class GPTemplateTypeAlreadyRegisteredException
extends GPBaseException

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.sap.exception.IBaseException
audit, defaultLocale
 
Constructor Summary
GPTemplateTypeAlreadyRegisteredException(Location location, com.sap.localization.ResourceAccessor resourceAccessor, String msgKey)
          Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message
GPTemplateTypeAlreadyRegisteredException(Location location, com.sap.localization.ResourceAccessor resourceAccessor, String msgKey, Object[] arguments)
          Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message and additional message arguments.
GPTemplateTypeAlreadyRegisteredException(Location location, com.sap.localization.ResourceAccessor resourceAccessor, String msgKey, Object[] arguments, Throwable nested)
          Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message, additional message arguments, and a nested throwable.
GPTemplateTypeAlreadyRegisteredException(Location location, com.sap.localization.ResourceAccessor resourceAccessor, String msgKey, Throwable nested)
          Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message and a nested throwable.
GPTemplateTypeAlreadyRegisteredException(Location location, Throwable nested)
          Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message and a nested throwable.
 
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

GPTemplateTypeAlreadyRegisteredException

public GPTemplateTypeAlreadyRegisteredException(Location location,
                                                com.sap.localization.ResourceAccessor resourceAccessor,
                                                String msgKey)
Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message

Parameters:
msgKey - the key of the message as defined in the resource bundle for the base library.

GPTemplateTypeAlreadyRegisteredException

public GPTemplateTypeAlreadyRegisteredException(Location location,
                                                com.sap.localization.ResourceAccessor resourceAccessor,
                                                String msgKey,
                                                Object[] arguments)
Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message and additional message arguments.

Parameters:
msgKey - the key of the message as defined in the resource bundle for the base library.
arguments - the message arguments

GPTemplateTypeAlreadyRegisteredException

public GPTemplateTypeAlreadyRegisteredException(Location location,
                                                com.sap.localization.ResourceAccessor resourceAccessor,
                                                String msgKey,
                                                Throwable nested)
Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message and a nested throwable.

Parameters:
msgKey - the key of the message as defined in the resource bundle for the base library.
nested - the nested throwable

GPTemplateTypeAlreadyRegisteredException

public GPTemplateTypeAlreadyRegisteredException(Location location,
                                                com.sap.localization.ResourceAccessor resourceAccessor,
                                                String msgKey,
                                                Object[] arguments,
                                                Throwable nested)
Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message, additional message arguments, and a nested throwable.

Parameters:
msgKey - the key of the message as defined in the resource bundle for the base library.
arguments - the message arguments
nested - the nested throwable

GPTemplateTypeAlreadyRegisteredException

public GPTemplateTypeAlreadyRegisteredException(Location location,
                                                Throwable nested)
Constructs a GPTemplateTypeAlreadyRegisteredException with a simple message and a nested throwable.

Parameters:
nested - the nested throwable


Copyright 2006 SAP AG Complete Copyright Notice