com.sap.netweaver.bc.rf.util.context

Class ContextFactoryRegistrationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.netweaver.bc.rf.util.context.ContextFactoryRegistrationError
All Implemented Interfaces:
Serializable

public class ContextFactoryRegistrationError
extends RuntimeException

Error raised when the context factory identified by it's class (name) is already or isn't registered with the context factory registry.

See Also:
Serialized Form

Constructor Summary
ContextFactoryRegistrationError(Class contextFactoryClass)
          Construct instance of ContextUnavailableException with the hint, that the context factory isn't registered.
ContextFactoryRegistrationError(IContextFactory contextFactory)
          Construct instance of ContextUnavailableException with the hint, that the context factory is already registered.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextFactoryRegistrationError

public ContextFactoryRegistrationError(IContextFactory contextFactory)
Construct instance of ContextUnavailableException with the hint, that the context factory is already registered.

Parameters:
contextFactory - context factory

ContextFactoryRegistrationError

public ContextFactoryRegistrationError(Class contextFactoryClass)
Construct instance of ContextUnavailableException with the hint, that the context factory isn't registered.

Parameters:
contextFactoryClass - class of context factory
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice