Skip navigation links


com.bea.netuix.application.communities.exception
Class CommunityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.netuix.application.exception.NetuixException
              extended by 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. <p/>The overview of community functionality contains a description of the community framework.

See Also
Serialized Form

Constructor Summary
CommunityException()
           
CommunityException(String s)
           
CommunityException(String s, Throwable cause)
           
CommunityException(Throwable cause)
           

 

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

CommunityException

public CommunityException()

CommunityException

public CommunityException(Throwable cause)

CommunityException

public CommunityException(String s)

CommunityException

public CommunityException(String s,
                          Throwable cause)

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.