public class EventFailedException
extends oracle.iam.platform.kernel.OrchestrationException
| Constructor and Description |
|---|
EventFailedException()
Deprecated.
|
EventFailedException(long processId,
java.lang.String eventName,
java.lang.String message)
Deprecated.
|
EventFailedException(long processId,
java.lang.String errCode,
java.lang.String errMessage,
java.lang.String adlMessage,
java.lang.String eventName,
java.lang.Throwable cause)
Constructs a new failed exception
|
EventFailedException(long processId,
java.lang.String eventName,
java.lang.String message,
java.lang.Throwable cause)
Deprecated.
|
EventFailedException(long processId,
java.lang.String eventName,
java.lang.Throwable cause)
Deprecated.
|
EventFailedException(java.lang.String message)
Constructs a new failed exception with the specified detail message.
|
EventFailedException(java.lang.String errorCode,
java.lang.Object[] errorData,
java.lang.Throwable cause) |
EventFailedException(java.lang.String errCode,
java.lang.String errMessage,
java.lang.String adlMessage,
java.lang.String eventName,
java.lang.Throwable cause)
Constructs a new failed exception
|
EventFailedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new failed exception with the specified detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdditionalMessage()
Gets the additional message
|
java.lang.String |
getEventName()
Gets the event name.
|
long |
getProcessId()
Gets the process Id.
|
getPid, getProcessID, setPid, setProcessIDaddError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint@Deprecated public EventFailedException()
public EventFailedException(java.lang.String message)
message - the messagepublic EventFailedException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic EventFailedException(java.lang.String errorCode,
java.lang.Object[] errorData,
java.lang.Throwable cause)
@Deprecated
public EventFailedException(long processId,
java.lang.String eventName,
java.lang.String message)
processId - the process IdeventName - the event handler namemessage - the detail message@Deprecated
public EventFailedException(long processId,
java.lang.String eventName,
java.lang.String message,
java.lang.Throwable cause)
processId - the process IdeventName - the event handler namemessage - the detail messagecause - the cause@Deprecated
public EventFailedException(long processId,
java.lang.String eventName,
java.lang.Throwable cause)
processId - the process IdeventName - the event handler namecause - the causepublic EventFailedException(java.lang.String errCode,
java.lang.String errMessage,
java.lang.String adlMessage,
java.lang.String eventName,
java.lang.Throwable cause)
errCode - Error code associated with this exceptionerrMessage - Error message related to this exceptionadlMessage - If you want to pass any additional details as part of exceptioneventName - Name of the event that caused the exceptioncause - If this exception thrown because of another exceptionpublic EventFailedException(long processId,
java.lang.String errCode,
java.lang.String errMessage,
java.lang.String adlMessage,
java.lang.String eventName,
java.lang.Throwable cause)
processId - ID of the orchestration process on which this exception occurrederrCode - Error code associated with this exceptionerrMessage - Error message related to this exceptionadlMessage - If you want to pass any additional details as part of exceptioneventName - Name of the event that caused the exceptioncause - If this exception thrown because of another exceptionpublic long getProcessId()
public java.lang.String getEventName()
public java.lang.String getAdditionalMessage()