public class LookupException extends StreamTransformationException
Constructor and Description |
---|
LookupException()
Constructs a new exception with
null as its detail
message. |
LookupException(String message,
boolean recoverable)
Constructs a new exception with the specified detail message and the
specified recoverable attribute value.
|
LookupException(String message,
Throwable cause,
boolean recoverable)
Constructs a new exception with the specified detail message, cause, and
the specified recoverable attribute value.
|
LookupException(Throwable cause,
boolean recoverable)
Constructs a new exception with the specified recoverable attribute
value, the specified cause and a detail message of
(cause==null ?
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LookupException()
null
as its detail
message.public LookupException(String message, boolean recoverable)
message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.recoverable
- indicating whether the exception is permanent or recoverable.public LookupException(String message, Throwable cause, boolean recoverable)
message
- the detail message (which is saved for later retrieval by the
Throwable.getMessage()
method).cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (null is permitted,
and indicates that the cause is nonexistent or unknown.)recoverable
- indicating whether the exception is permanent or recoverable.public LookupException(Throwable cause, boolean recoverable)
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (Anull value is
permitted, and indicates that the cause is nonexistent or
unknown.)recoverable
- indicating whether the exception is permanent or recoverable.Access Rights |
---|
SC | DC | Public Part | ACH |
---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.mapping.lib.facade
|
api
|
BC-XI
|
Copyright 2019 SAP AG Complete Copyright Notice