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, toString
public UMException(String technicalMessage)
technicalMessage
- - the detail messagepublic UMException(Throwable thr)
thr
- - the root cause for creating UMExceptionCopyright © 2020 SAP. All Rights Reserved.