public class ImpExException extends JaloBusinessException
| Modifier and Type | Class and Description |
|---|---|
class |
ImpExException.ErrorCodes
Class containing defining all error codes of exception caused by ImpEx.
|
| Constructor and Description |
|---|
ImpExException(String message)
Creates a new exception thrown by ImpEx extension.
|
ImpExException(String message,
int errorCode)
Creates a new exception thrown by ImpEx extension.
|
ImpExException(Throwable nested)
Creates a new exception thrown by ImpEx extension.
|
ImpExException(Throwable nested,
int errorCode)
Creates a new exception thrown by ImpEx extension.
|
ImpExException(Throwable nested,
String message,
int errorCode)
Creates a new exception thrown by ImpEx extension.
|
getErrorCode, getThrowable, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ImpExException(Throwable nested, String message, int errorCode)
nested - exception which has caused this causemessage - description of errorerrorCode - specific error codepublic ImpExException(String message, int errorCode)
message - description of errorerrorCode - specific error codepublic ImpExException(Throwable nested, int errorCode)
nested - exception which has caused this causeerrorCode - specific error codepublic ImpExException(Throwable nested)
nested - exception which has caused this causepublic ImpExException(String message)
message - description of errorCopyright © 2017 SAP SE. All Rights Reserved.