public class AdapterException extends RuntimeException
| Constructor and Description |
|---|
AdapterException() |
AdapterException(String message) |
AdapterException(String message,
Throwable exception) |
AdapterException(Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getBaseException() |
void |
setBaseException(Exception baseException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AdapterException()
public AdapterException(String message, Throwable exception)
message - exception - public AdapterException(String message)
message - public AdapterException(Throwable exception)
exception - Copyright © 2017 SAP SE. All Rights Reserved.