| 
 | |||||||||||
| 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
Root model for the CIB Exception
| Constructor Summary | |
| CIBException()Contructs a new CIBException | |
| CIBException(java.lang.String message)Contructs a new CIBException with the detailed message | |
| CIBException(java.lang.String message,
             java.lang.Throwable cause)Constructs a new CIBException with the detailed message and the nested throwable | |
| CIBException(java.lang.Throwable cause)Contructs a new CIBException with a nested trowable | |
| 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 CIBException()
public CIBException(java.lang.String message)
message - String
public CIBException(java.lang.String message,
                    java.lang.Throwable cause)
message - Stringcause - Throwablepublic CIBException(java.lang.Throwable cause)
cause - Throwable| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||