|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.security.um.UMException
public class UMException
Base class for all declared exceptions thrown by the UM bundle.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UMException(String technicalMessage)
technicalMessage
- - the detail messagepublic UMException(Throwable thr)
thr
- - the root cause for creating UMExceptionpublic UMException(String technicalMessage, Throwable thr)
technicalMessage
- - the detail messagethr
- - the root cause for creating UMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |