Class RFCDirectoryDestinationDataProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.sap.core.jco.test.RFCDirectoryDestinationDataProviderException
- All Implemented Interfaces:
Serializable
Exception class for RFCDirectoryDestinationDataProvider.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new RFCDirectoryDestinationDataProvider exception with the specified detail message.RFCDirectoryDestinationDataProviderException(String message, Throwable cause) Constructs a new RFCDirectoryDestinationDataProvider exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RFCDirectoryDestinationDataProviderException
Constructs a new RFCDirectoryDestinationDataProvider exception with the specified detail message.- Parameters:
message- message
-
RFCDirectoryDestinationDataProviderException
Constructs a new RFCDirectoryDestinationDataProvider exception with the specified detail message and cause.- Parameters:
message- the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause- the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
-