com.bea.netuix.application.communities.exception
Class CommunityException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.netuix.application.exception.NetuixException
              
com.bea.netuix.application.communities.exception.CommunityException
- All Implemented Interfaces 
 - Serializable
 
- Direct Known Subclasses: 
 - CommunityCallbackException
 
public class CommunityException
- extends NetuixException
 
Base class of all non-runtime community related exceptions.
 
The
  overview of community functionality
 contains a description of the community framework.
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
CommunityException
public CommunityException()
CommunityException
public CommunityException(Throwable cause)
CommunityException
public CommunityException(String s)
CommunityException
public CommunityException(String s,
                          Throwable cause)
Copyright © 2011, Oracle. All rights reserved.