|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataProviderException.Reason | |
---|---|
com.sap.conn.jco.ext | Provides all interfaces that are offered for embedding JCo into an application server. |
Uses of DataProviderException.Reason in com.sap.conn.jco.ext |
---|
Methods in com.sap.conn.jco.ext that return DataProviderException.Reason | |
---|---|
DataProviderException.Reason |
DataProviderException.getReason()
Returns the reason associated with that exception. |
static DataProviderException.Reason |
DataProviderException.Reason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataProviderException.Reason[] |
DataProviderException.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.sap.conn.jco.ext with parameters of type DataProviderException.Reason | |
---|---|
DataProviderException(DataProviderException.Reason reason,
java.lang.String message,
java.lang.Throwable causedBy)
Creates a new instance of a DataProviderException with the given reason, message and potentially a cause exception. |
|
DataProviderException(DataProviderException.Reason reason,
java.lang.Throwable causedBy)
Creates a new instance of a DataProviderException with the given reason, and potentially a cause exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |