com.tibco.bpm.web.client.model.pagebus.exceptions
Class WrongProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tibco.bpm.web.client.model.pagebus.exceptions.PageBusNativeException
                  extended by com.tibco.bpm.web.client.model.pagebus.exceptions.WrongProtocolException
All Implemented Interfaces:
java.io.Serializable

public class WrongProtocolException
extends PageBusNativeException

Contains the JavaScriptException for: OpenAjax.hub.Error.WrongProtocol Wrong communications protocol identifier provided by Container or HubClient.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
Serialized Form

Field Summary
static java.lang.String jsErrorName
           
 
Constructor Summary
WrongProtocolException(com.google.gwt.core.client.JavaScriptException javaScriptException)
           
 
Method Summary
 
Methods inherited from class com.tibco.bpm.web.client.model.pagebus.exceptions.PageBusNativeException
createException, getJavaScriptException
 
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
 

Field Detail

jsErrorName

public static final java.lang.String jsErrorName
See Also:
Constant Field Values
Constructor Detail

WrongProtocolException

public WrongProtocolException(com.google.gwt.core.client.JavaScriptException javaScriptException)


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.