| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| 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.bea.netuix.application.exception.NetuixException
com.bea.netuix.application.communities.exception.CommunityException
com.bea.netuix.application.communities.exception.CommunityCallbackException
public class CommunityCallbackException
CommunityCallbackException - indicates that an error occurred while making a community callback.
The overview of community functionality contains a description of the community framework.
| Constructor Summary | |
|---|---|
CommunityCallbackException()
Constructs a CommunityCallbackException with no specified
 detail message. | 
|
CommunityCallbackException(String s)
Constructs a CommunityCallbackException with the specified
 detail message. | 
|
CommunityCallbackException(String s,
                           Throwable cause)
Constructs a CommunityCallbackException with the specified
 detail message and causal exception. | 
|
CommunityCallbackException(Throwable cause)
Constructs a CommunityCallbackException with the specified
 causal exception. | 
|
| Method Summary | 
|---|
| 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 | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public CommunityCallbackException()
CommunityCallbackException with no specified
 detail message.
public CommunityCallbackException(Throwable cause)
CommunityCallbackException with the specified
 causal exception.
cause - The exception that caused this exception to be thrownpublic CommunityCallbackException(String s)
CommunityCallbackException with the specified
 detail message.
s - The detail message
public CommunityCallbackException(String s,
                                  Throwable cause)
CommunityCallbackException with the specified
 detail message and causal exception.
s - The detail messagecause - The exception that caused this exception to be thrown
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||