|
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
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.bea.netuix.application.communities.exception.CommunityIllegalArgumentException
public class CommunityIllegalArgumentException
IllegalArgumentException thrown by the communities subsystem. <p/>The overview of community functionality contains a description of the community framework.
| Constructor Summary | |
|---|---|
CommunityIllegalArgumentException()Constructs an CommunityIllegalArgumentException with no detail message. |
|
CommunityIllegalArgumentException(String s)Constructs an CommunityIllegalArgumentException with the specified detail message. |
|
CommunityIllegalArgumentException(String message, Throwable cause)Constructs a new exception with the specified detail message and cause. |
|
CommunityIllegalArgumentException(Throwable cause)Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of 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 |
|---|
public CommunityIllegalArgumentException()
CommunityIllegalArgumentException with no detail message.public CommunityIllegalArgumentException(Throwable cause)
cause - the cause
public CommunityIllegalArgumentException(String message,
Throwable cause)
Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.
message - the detail messagecause - the causepublic CommunityIllegalArgumentException(String s)
CommunityIllegalArgumentException with the specified detail message.
s - the detail message.
|
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.