|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--com.sap.netweaver.bc.rf.util.context.ContextFactoryRegistrationError
Error raised when the context factory identified by it's class (name) is already or isn't registered with the context factory registry.
| Constructor Summary | |
ContextFactoryRegistrationError(java.lang.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. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ContextFactoryRegistrationError(IContextFactory contextFactory)
contextFactory - context factorypublic ContextFactoryRegistrationError(java.lang.Class contextFactoryClass)
contextFactoryClass - class of context factory
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||