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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ConversionException(String message)
message
- the message describing the exceptionCopyright © 2017 SAP. All Rights Reserved.