|
|||||||||||
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.CIBAttributeNotFoundException
Throws when a attribute is not found by the provider
Constructor Summary | |
CIBAttributeNotFoundException(java.lang.String providerClassName,
java.lang.String attributeName)
Contructs a new CIBAttributeNotFoundException |
|
CIBAttributeNotFoundException(java.lang.String message,
java.lang.String providerClassName,
java.lang.String attributeName)
Contructs a new CIBAttributeNotFoundException with the detailed message |
|
CIBAttributeNotFoundException(java.lang.String message,
java.lang.String providerClassName,
java.lang.String attributeName,
java.lang.Throwable cause)
Constructs a new CIBAttributeNotFoundException with the detailed message and the nested throwable |
|
CIBAttributeNotFoundException(java.lang.String providerClassName,
java.lang.String attributeName,
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 |
public CIBAttributeNotFoundException(java.lang.String providerClassName, java.lang.String attributeName)
providerClassName
- StringattributeName
- Stringpublic CIBAttributeNotFoundException(java.lang.String message, java.lang.String providerClassName, java.lang.String attributeName)
message
- StringproviderClassName
- StringattributeName
- Stringpublic CIBAttributeNotFoundException(java.lang.String providerClassName, java.lang.String attributeName, java.lang.Throwable cause)
providerClassName
- StringattributeName
- Stringcause
- Throwablepublic CIBAttributeNotFoundException(java.lang.String message, java.lang.String providerClassName, java.lang.String attributeName, java.lang.Throwable cause)
message
- StringproviderClassName
- StringattributeName
- Stringcause
- Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |