com.bea.netuix.servlets.manager.communities
Class CommunityContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.netuix.servlets.manager.communities.CommunityContextException
All Implemented Interfaces
Serializable

public class CommunityContextException
extends RuntimeException

This exception is thrown by the CommunityContext object when unexpected errors occur.

The overview of community functionality contains a description of the community framework.

See Also
Serialized Form

Constructor Summary
CommunityContextException(String s)
          Constructs a CommunityContextException with the specified detail message.
CommunityContextException(String s, Throwable cause)
          Constructs a CommunityContextException with the specified detail message and causal exception.
CommunityContextException(Throwable cause)
          Constructs a CommunityContextException 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

CommunityContextException

public CommunityContextException(String s)
Constructs a CommunityContextException with the specified detail message.

Parameters
s - The detail message

CommunityContextException

public CommunityContextException(String s,
                                 Throwable cause)
Constructs a CommunityContextException with the specified detail message and causal exception.

Parameters
s - The detail message
cause - The exception that caused this exception to be thrown

CommunityContextException

public CommunityContextException(Throwable cause)
Constructs a CommunityContextException with the specified causal exception.

Parameters
cause - The exception that caused this exception to be thrown


Copyright © 2000, 2009, 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.