com.sap.netweaver.bc.uwl.connect
Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.netweaver.bc.uwl.UWLException
com.sap.netweaver.bc.uwl.connect.ConnectorException
- All Implemented Interfaces:
- Serializable
public class ConnectorException
- extends UWLException
This exception is thrown by connector related methods.
ConnectorException is thrown by all Provider Connectors in case of
backend problem. This problem may be either due to
connections or missing functionality or any execution problem.
Usually many of the connector methods also return a result object.
When it comes to the decision of whether to throw the
Exception or return the result, thumb rule is
if any method call fails to the provider system, then simply throw the exception.
- See Also:
ErrorMessages,
Serialized Form
ConnectorException
public ConnectorException(int code,
String message)
- Parameters:
code - error code defined in ErrorMessages.Codesmessage -
ConnectorException
public ConnectorException(String message)
ConnectorException
public ConnectorException(Throwable original)
toString
public String toString()
- Overrides:
toString in class Throwable
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] UWLJWF
|
[sap.com] tc/kmc/bc.uwl/api
|
-
|
EP-BC-UWL
|
[sap.com] UWLJWF
|
[sap.com] tc/kmc/bc.uwl/api
|
default
|
EP-BC-UWL
|
Copyright 2011 SAP AG Complete Copyright Notice