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