public class HL7TransformerException extends Exception
Constructor and Description |
---|
HL7TransformerException()
Constructs a new exception with null as its detail message.
|
HL7TransformerException(String message)
Constructs a new exception with the specified detail message.
|
HL7TransformerException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
HL7TransformerException(Throwable cause)
Constructs a new exception with the specified cause and a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HL7TransformerException()
public HL7TransformerException(String message, Throwable cause)
message
- the detail message.cause
- the cause.public HL7TransformerException(String message)
message
- the message detailing the exception.public HL7TransformerException(Throwable cause)
cause
- the causeCopyright © 2010–2020. All rights reserved.