public class ProcessFailedException extends HL7Exception
| Constructor and Description |
|---|
ProcessFailedException()
Constructs a new Process Failed Exception
|
ProcessFailedException(java.lang.String strMessage)
Constructs a new Process Failed Exception with the specified detail message.
|
ProcessFailedException(java.lang.String strMessage,
java.lang.Throwable cause)
Constructs a new Process Failed Exception with the specified detail message and cause
|
ProcessFailedException(java.lang.Throwable cause)
Constructs a new Process Failed Exception with the specified cause.
|
getErrorCode, getMessage, setErrorCodepublic ProcessFailedException()
public ProcessFailedException(java.lang.String strMessage,
java.lang.Throwable cause)
strMessage - - the detail messagecause - - the causepublic ProcessFailedException(java.lang.String strMessage)
strMessage - - the detail message.public ProcessFailedException(java.lang.Throwable cause)
cause - - the cause (A null value is permitted, and indicates that the cause is nonexistent or unknown.)