|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.aii.mapping.api.StreamTransformationException
com.sap.aii.mapping.lookup.LookupException
public class LookupException
Exception thrown by the lookup accessors or lookup service. This exception adds an attribute which differs between a "recoverable" and permanent exception indicating whether it makes sense to repeat the previous lookup call. The default value is "non-recoverable".
| Constructor Summary | |
|---|---|
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 ? |
|
| Method Summary |
|---|
| Methods inherited from class com.sap.aii.mapping.api.StreamTransformationException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.
|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||