Class ObjectNotConvertibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.typeconverter.exception.ObjectNotConvertibleException
- All Implemented Interfaces:
Serializable
Constructor used to indicate that the access to the contained value in a
ConvertedObject
failed, as the value
could not be converted.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectNotConvertibleException
(String message) Creates the exception by delegating the exception message to the super class.ObjectNotConvertibleException
(String message, Throwable cause) Creates the exception by delegating the exception message and cause to the super class.Creates the exception by delegating the exception cause to the super class. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectNotConvertibleException
Creates the exception by delegating the exception message to the super class.- Parameters:
message
- The message to create the exception with.
-
ObjectNotConvertibleException
Creates the exception by delegating the exception cause to the super class.- Parameters:
cause
- The exception that caused thisObjectNotConvertableException
.
-
ObjectNotConvertibleException
Creates the exception by delegating the exception message and cause to the super class.- Parameters:
message
- The message to create the exception with.cause
- The exception that caused thisObjectNotConvertableException
.
-
ObjectNotConvertibleException
public ObjectNotConvertibleException()
-