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

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
                  extended by com.bea.netuix.application.communities.exception.CommunityCallbackException
All Implemented Interfaces
Serializable

public class CommunityCallbackException
extends CommunityException

CommunityCallbackException - indicates that an error occurred while making a community callback.

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

See Also
Serialized Form

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

CommunityCallbackException

public CommunityCallbackException()
Constructs a CommunityCallbackException with no specified detail message.


CommunityCallbackException

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

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

CommunityCallbackException

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

Parameters
s - The detail message

CommunityCallbackException

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

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


Copyright © 2011, Oracle. All rights reserved.