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(java.lang.String message)
Creates a new exception thrown by ImpEx extension.
|
ImpExException(java.lang.String message,
int errorCode)
Creates a new exception thrown by ImpEx extension.
|
ImpExException(java.lang.Throwable nested)
Creates a new exception thrown by ImpEx extension.
|
ImpExException(java.lang.Throwable nested,
int errorCode)
Creates a new exception thrown by ImpEx extension.
|
ImpExException(java.lang.Throwable nested,
java.lang.String message,
int errorCode)
Creates a new exception thrown by ImpEx extension.
|
getErrorCode, getThrowable, toStringpublic ImpExException(java.lang.Throwable nested,
java.lang.String message,
int errorCode)
nested - exception which has caused this causemessage - description of errorerrorCode - specific error codepublic ImpExException(java.lang.String message,
int errorCode)
message - description of errorerrorCode - specific error codepublic ImpExException(java.lang.Throwable nested,
int errorCode)
nested - exception which has caused this causeerrorCode - specific error codepublic ImpExException(java.lang.Throwable nested)
nested - exception which has caused this causepublic ImpExException(java.lang.String message)
message - description of errorCopyright © 2018 SAP SE. All Rights Reserved.