public class DataAdapterException extends Exception
Constructor and Description |
---|
DataAdapterException(String message)
The constructor to set the exception message.
|
DataAdapterException(String message,
Throwable cause)
A custom exception class for Currency Conversion.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Nonnull public DataAdapterException(@Nonnull String message)
message
- This is the message that comes from the exception that occurred in performing the conversion.@Nonnull public DataAdapterException(@Nonnull String message, @Nonnull Throwable cause)
message
- This is the message that comes from the exception that occurred in performing the conversion.cause
- This is the cause that comes from the exception that occurred in performing the conversion.Copyright © 2020 SAP SE. All rights reserved.