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

Fields

private Map<String, Class<? extends RuntimeException>> exceptionsHandled

Public Constructors

public FactorySugarExceptions ()

Public Methods

public RuntimeException with (Exception e)

Parameters
e