com.sun.mfwk.cib
Class CIBIOException

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

public class CIBIOException
extends CIBException

Throws when a communication problem occurs

See Also:
Serialized Form

Constructor Summary
CIBIOException(java.lang.String providerClassName)
          Contructs a new CIBIOException
CIBIOException(java.lang.String message, java.lang.String providerClassName)
          Contructs a new CIBIOException with the detailed message
CIBIOException(java.lang.String message, java.lang.String providerClassName, java.lang.Throwable cause)
          Constructs a new CIBIOException with the detailed message and the nested throwable
CIBIOException(java.lang.String providerClassName, java.lang.Throwable cause)
          Constructs a new CIBAttributeNotFoundException 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

CIBIOException

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

Parameters:
providerClassName - String

CIBIOException

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

Parameters:
message - String
providerClassName - String

CIBIOException

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

Parameters:
providerClassName - String
cause - Throwable

CIBIOException

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

Parameters:
message - String
cause - Throwable