com.bea.netuix.application.communities.invitations
Class InviteeIteratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.netuix.application.communities.invitations.InviteeIteratorException
All Implemented Interfaces
Serializable

public class InviteeIteratorException
extends Exception

Exception thrown from operations from implementations of InviteeIterator.

For more information see the discussion of invitations or the overview of community functionality.

See Also
Serialized Form

Constructor Summary
InviteeIteratorException()
           
InviteeIteratorException(String message)
           
InviteeIteratorException(String message, Throwable cause)
           
InviteeIteratorException(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

InviteeIteratorException

public InviteeIteratorException()

InviteeIteratorException

public InviteeIteratorException(String message)

InviteeIteratorException

public InviteeIteratorException(String message,
                                Throwable cause)

InviteeIteratorException

public InviteeIteratorException(Throwable cause)


Copyright © 2011, Oracle. All rights reserved.