Mule Sugar CRM Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.sugarcrm.sugarcrm
org.mule.modules.sugarcrm
org.mule.modules.sugarcrm.adapters
org.mule.modules.sugarcrm.agents
org.mule.modules.sugarcrm.api
org.mule.modules.sugarcrm.api.exceptions
org.mule.modules.sugarcrm.config
org.mule.modules.sugarcrm.connectivity
org.mule.modules.sugarcrm.cxf.interceptors
org.mule.modules.sugarcrm.cxf.interceptors.transformer
org.mule.modules.sugarcrm.process
org.mule.modules.sugarcrm.processors
org.mule.modules.sugarcrm.requests
org.mule.modules.sugarcrm.utils
org.xmlsoap.schemas.soap.encoding
org.xmlsoap.schemas.wsdl
Classes
FactorySugarExceptions
Exceptions
InvalidLoginException
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
FactorySugarExceptions
extends Object
java.lang.Object
↳
org.mule.modules.sugarcrm.api.exceptions.FactorySugarExceptions
Summary
Fields
private Map<String, Class<? extends RuntimeException>>
exceptionsHandled
Public Constructors
FactorySugarExceptions
()
Public Methods
RuntimeException
with
(Exception e)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private Map<String, Class<? extends RuntimeException>>
exceptionsHandled
Public Constructors
public
FactorySugarExceptions
()
Public Methods
public RuntimeException
with
(Exception e)
Parameters
e