com.filenet.wcm.apps.server.util.integration
Class WebBasedIntegrationException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.filenet.wcm.toolkit.server.util.FrameworkException
com.filenet.wcm.apps.server.util.integration.WebBasedIntegrationException
All implemented interfaces:
java.io.Serializable
- public class WebBasedIntegrationException
- extends com.filenet.wcm.toolkit.server.util.FrameworkException
See Also:
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
wsCancelCommand
|
| Fields inherited from class com.filenet.wcm.toolkit.server.util.FrameworkException |
|---|
anchorLinks, cause, extraParameters, isWarning, signOutAnchor, weReturnURL |
Constructor Summary
| Constructor and Description |
|---|
WebBasedIntegrationException(CommandCall command,java.lang.Throwable cause,java.lang.String baseURL,java.lang.String pageName,com.filenet.wcm.toolkit.server.util.WindowID wid,boolean windowSignedIn)
|
Method Summary
| Methods inherited from class com.filenet.wcm.toolkit.server.util.FrameworkException |
|---|
configureCloseURL, configureHelpURL, configureReturnURL, configureSignoutURL, extractStackTrace, getCauseException, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, renderErrorMessageBox, renderErrorMessageBox, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
wsCancelCommand
- public static final com.filenet.wcm.toolkit.util.WcmString wsCancelCommand
Constructor Detail
WebBasedIntegrationException
- public WebBasedIntegrationException( CommandCall command,
- java.lang.Throwable cause,
- java.lang.String baseURL,
- java.lang.String pageName,
- com.filenet.wcm.toolkit.server.util.WindowID wid,
- boolean windowSignedIn)