public class MOperationException extends MException
Constructor and Description |
---|
MOperationException(MOperationImpl impl,
java.lang.String exName,
java.lang.Object exceptionData)
Constructor
|
MOperationException(java.lang.String p_exceptionName,
java.lang.Object exceptionData)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Return the string representation of the exception data.
|
java.lang.Object |
getOperationExceptionData()
Return the exception data.
|
java.lang.String |
getOperationExceptionName()
Return the exception name.
|
MTrackingInfo |
getTrackingInfo()
Get the tracking information that is attached to this exception.
|
void |
setTrackingInfo(MTrackingInfo trackInfo)
Attach tracking information to this exception.
|
append, getErrorCode
public MOperationException(java.lang.String p_exceptionName, java.lang.Object exceptionData)
public MOperationException(MOperationImpl impl, java.lang.String exName, java.lang.Object exceptionData)
public void setTrackingInfo(MTrackingInfo trackInfo)
trackInfo
- The information to forward.getTrackingInfo()
public MTrackingInfo getTrackingInfo()
setTrackingInfo(MTrackingInfo)
public java.lang.String getOperationExceptionName()
public java.lang.Object getOperationExceptionData()
public java.lang.String getMessage()
getMessage
in class MException