| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.mfwk.cib.CIBException
com.sun.mfwk.cib.CIBProviderNotFoundException
Throws when a provider is not found
| Constructor Summary | |
| CIBProviderNotFoundException(java.lang.String providerClassName)Contructs a new CIBProviderNotFoundException | |
| CIBProviderNotFoundException(java.lang.String message,
                             java.lang.String providerClassName)Contructs a new CIBProviderNotFoundException with the detailed message | |
| CIBProviderNotFoundException(java.lang.String message,
                             java.lang.String providerClassName,
                             java.lang.Throwable cause)Constructs a new CIBProviderNotFoundException with the detailed message and the nested throwable | |
| CIBProviderNotFoundException(java.lang.String providerClassName,
                             java.lang.Throwable cause)Constructs a new CIBProviderNotFoundException with the detailed message and the nested throwable | |
| 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 | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public CIBProviderNotFoundException(java.lang.String providerClassName)
providerClassName - String
public CIBProviderNotFoundException(java.lang.String message,
                                    java.lang.String providerClassName)
message - StringproviderClassName - String
public CIBProviderNotFoundException(java.lang.String providerClassName,
                                    java.lang.Throwable cause)
providerClassName - Stringcause - Throwable
public CIBProviderNotFoundException(java.lang.String message,
                                    java.lang.String providerClassName,
                                    java.lang.Throwable cause)
message - StringproviderClassName - Stringcause - Throwable| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||