|
Clearspace API (2.5.18) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jivesoftware.community.JiveException
com.jivesoftware.community.NotFoundException
com.jivesoftware.community.CommunityNotFoundException
@WebFault(name="CommunityNotFound") public class CommunityNotFoundException
Thrown if the specified Community was not found
| Constructor Summary | |
|---|---|
CommunityNotFoundException()
|
|
CommunityNotFoundException(long communityID)
Creates this exception with the id of the community that could not be found. |
|
CommunityNotFoundException(String msg)
|
|
CommunityNotFoundException(String s,
long communityID)
Creates this exception with a messages and the id of the community that could not be found. |
|
CommunityNotFoundException(String msg,
Throwable throwable)
|
|
| Method Summary | |
|---|---|
long |
getCommunityID()
The id of the community that was not found. |
void |
setCommunityID(long communityID)
Sets the id of the community that was not found. |
| 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 CommunityNotFoundException()
public CommunityNotFoundException(String msg)
public CommunityNotFoundException(String msg,
Throwable throwable)
public CommunityNotFoundException(String s,
long communityID)
s - message stringcommunityID - id of the community that could not be foundpublic CommunityNotFoundException(long communityID)
communityID - ID of the community not found.| Method Detail |
|---|
public void setCommunityID(long communityID)
communityID - if of the community that was not foundpublic long getCommunityID()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||