|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object IDPException com.adobe.idp.um.api.UMException
public class UMException
User Management exception class.
Constructor Summary | |
---|---|
UMException(java.lang.String this_classname,
int errorCode,
java.lang.String details)
A constructor that creates an exception whose information contains the class name, the error code, and details to be displayed. |
|
UMException(java.lang.String this_classname,
int errorCode,
java.lang.String details,
java.lang.Exception e)
A constructor that creates an exception as part of a stack trace, since it includes an exception that was passed into it. |
|
UMException(java.lang.String this_classname,
int errorCode,
java.lang.String details,
java.util.List exps)
A constructor that creates an exception as part of a stack trace, since it includes a list of exceptions that were passed into it. |
Method Summary | |
---|---|
void |
appendStackTracesToMessage(java.util.List expList)
Adds a List of exceptions to the stack trace. |
void |
appendStackTraceToMessage(java.lang.Exception e)
Adds an exception to the stack trace. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMException(java.lang.String this_classname, int errorCode, java.lang.String details)
this_classname
- The name of the class where the exception occurred.errorCode
- The error code.details
- A String
containing details related to the exception.public UMException(java.lang.String this_classname, int errorCode, java.lang.String details, java.lang.Exception e)
this_classname
- The name of the class where the exception occurred.errorCode
- The error code.details
- A String
containing details related to the exception.e
- An exception passed into this constructor, to be used as part of a stack trace.public UMException(java.lang.String this_classname, int errorCode, java.lang.String details, java.util.List exps)
this_classname
- The name of the class where the exception occurred.errorCode
- The error code.details
- A String
containing details related to the exception.exps
- A List
of exceptions passed into this constructor, to be used as part of a stack trace..Method Detail |
---|
public void appendStackTraceToMessage(java.lang.Exception e)
e
- An exception passed into this method, to be used as part of a stack trace.public void appendStackTracesToMessage(java.util.List expList)
List
of exceptions to the stack trace.
expList
- A List
of exceptions passed into this method, to be used as part of a stack trace.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |