public class UMException extends Exception
| Constructor and Description |
|---|
UMException(String technicalMessage)
Constructs a new UM Exception with the specified detail message.
|
UMException(String technicalMessage,
Throwable thr)
Constructs a new UM Exception with the specified detail message and cause.
|
UMException(Throwable thr)
Constructs a new UM Exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UMException(String technicalMessage)
technicalMessage - - the detail messagepublic UMException(Throwable thr)
thr - - the root cause for creating UMExceptionCopyright © 2022 SAP. All rights reserved.