|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.netuix.application.communities.invitations.spi.InviteException
public class InviteException
Exception thrown by implementors of the CommunityInviter
interface to report failures to the Communities invitations framework; <p/>The overview of community functionality contains a description of the community framework.
Constructor Summary | |
---|---|
InviteException(String s) Constructs a InviteException with the specified detail message. |
|
InviteException(String s, Throwable cause) Constructs a InviteException with the specified detail message and causal exception. |
|
InviteException(Throwable cause) Constructs a InviteException 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 |
---|
public InviteException(String s)
InviteException
with the specified detail message.
s
- The detail messagepublic InviteException(String s, Throwable cause)
InviteException
with the specified detail message and causal exception.
s
- The detail messagecause
- The exception that caused this exception to be thrownpublic InviteException(Throwable cause)
InviteException
with the specified causal exception.
cause
- The exception that caused this exception to be thrown
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2010, Oracle. All rights reserved.