Public Member Functions | |
WritingSummaryFailedException () | |
WritingSummaryFailedException (String message) | |
WritingSummaryFailedException (Throwable cause) | |
WritingSummaryFailedException (String message, Throwable cause) |
tit.summary.io.WritingSummaryFailedException.WritingSummaryFailedException | ( | ) |
Constructs a new WritingSummaryFailedException
.
tit.summary.io.WritingSummaryFailedException.WritingSummaryFailedException | ( | String | message | ) |
Constructs a new WritingSummaryFailedException
.
message | The detail message. |
tit.summary.io.WritingSummaryFailedException.WritingSummaryFailedException | ( | Throwable | cause | ) |
Constructs a new WritingSummaryFailedException
.
cause | The cause. |
tit.summary.io.WritingSummaryFailedException.WritingSummaryFailedException | ( | String | message, | |
Throwable | cause | |||
) |
Constructs a new WritingSummaryFailedException
.
message | The detail message. | |
cause | The cause. |