@Beta public class ODataGeneratorException extends RuntimeException
Constructor and Description |
---|
ODataGeneratorException(String message)
Creates an exception based on the given message.
|
ODataGeneratorException(String message,
Throwable cause)
Creates an exception based on a more specific message and the actual thrown exception.
|
ODataGeneratorException(Throwable cause)
Creates an exception based on the actual thrown exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ODataGeneratorException(String message)
message
- The error message,public ODataGeneratorException(Throwable cause)
cause
- The causing exception.Copyright © 2020 SAP SE. All rights reserved.