|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.filenet.bso.api.util.BsoChainingException | +--com.filenet.bso.api.util.BsoException | +--com.filenet.bso.api.collaboration.exceptions.MeetingConnectionMeetingNotFoundException
Checked exception thrown when a user attempts an operation that references a meeting that doesn't exist.
Applications should catch this exception and inform the user of the problem.
Constructor Summary | |
MeetingConnectionMeetingNotFoundException(java.lang.String msg)
Constructs a MeetingConnectionFailureException with a given
detail message. |
Methods inherited from class com.filenet.bso.api.util.BsoException |
getCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCause, printStackTraceAsCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MeetingConnectionMeetingNotFoundException(java.lang.String msg)
MeetingConnectionFailureException
with a given
detail message.msg
- the detail message
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |