public class ObjectLookupFailedException extends RuntimeException
Constructor and Description |
---|
ObjectLookupFailedException() |
ObjectLookupFailedException(String message)
Exception constructor.
|
ObjectLookupFailedException(String message,
Throwable cause)
Exception constructor.
|
ObjectLookupFailedException(Throwable cause)
Exception constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectLookupFailedException(@Nullable String message)
message
- The exception message.public ObjectLookupFailedException(@Nullable Throwable cause)
cause
- The exception cause.public ObjectLookupFailedException(@Nullable String message, @Nullable Throwable cause)
message
- The exception message.cause
- The exception cause.public ObjectLookupFailedException()
Copyright © 2020 SAP SE. All rights reserved.