public class JaloSystemException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
JaloSystemException(java.lang.String message)
Creates a new system exception.
|
JaloSystemException(java.lang.String message,
int errorCode)
Creates a new system exception.
|
JaloSystemException(java.lang.Throwable nested)
Creates a new system exception.
|
JaloSystemException(java.lang.Throwable nested,
int errorCode)
Creates a new system exception with a nested exception.
|
JaloSystemException(java.lang.Throwable nested,
java.lang.String message,
int errorCode)
Creates a new system exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Gets the error code of this exception.
|
java.lang.Throwable |
getThrowable()
Deprecated.
since ages - use
Throwable.getCause() instead |
java.lang.String |
toString()
Method toString
|
public JaloSystemException(java.lang.Throwable nested,
java.lang.String message,
int errorCode)
nested - the nested throwablemessage - the error messageerrorCode - the related error codepublic JaloSystemException(java.lang.String message,
int errorCode)
message - the error messageerrorCode - the related error codepublic JaloSystemException(java.lang.Throwable nested,
int errorCode)
nested - the exception that caused this exceptionerrorCode - a unique exception codepublic JaloSystemException(java.lang.Throwable nested)
nested - the exception that caused this exceptionpublic JaloSystemException(java.lang.String message)
message - the error messagepublic int getErrorCode()
@Deprecated public java.lang.Throwable getThrowable()
Throwable.getCause() insteadpublic java.lang.String toString()
toString in class java.lang.ThrowableCopyright © 2018 SAP SE. All Rights Reserved.