public class ConversionException extends JCoRuntimeException
| Constructor and Description |
|---|
ConversionException(String message)
Creates a ConversationException with the specified message.
|
ConversionException(String message,
Throwable causedBy)
Creates a ConversationException with the specified message and the
causing throwable.
|
getGroup, getKey, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ConversionException(String message)
message - the message describing the exceptionCopyright © 2022 SAP. All rights reserved.