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.

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)


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.