com.sun.mfwk.cib
Class CIBProviderNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mfwk.cib.CIBException
              extended bycom.sun.mfwk.cib.CIBProviderNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class CIBProviderNotFoundException
extends CIBException

Throws when a provider is not found

See Also:
Serialized Form

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

CIBProviderNotFoundException

public CIBProviderNotFoundException(java.lang.String providerClassName)
Contructs a new CIBProviderNotFoundException

Parameters:
providerClassName - String

CIBProviderNotFoundException

public CIBProviderNotFoundException(java.lang.String message,
                                    java.lang.String providerClassName)
Contructs a new CIBProviderNotFoundException with the detailed message

Parameters:
message - String
providerClassName - String

CIBProviderNotFoundException

public CIBProviderNotFoundException(java.lang.String providerClassName,
                                    java.lang.Throwable cause)
Constructs a new CIBProviderNotFoundException with the detailed message and the nested throwable

Parameters:
providerClassName - String
cause - Throwable

CIBProviderNotFoundException

public 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

Parameters:
message - String
providerClassName - String
cause - Throwable