|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
MessagingException.java | - | 100% | 100% | 100% |
|
1 |
package com.diasparsoftware.javax.jms;
|
|
2 |
|
|
3 |
public class MessagingException extends RuntimeException { |
|
4 | 11 |
public MessagingException(String message, Exception cause) {
|
5 | 11 |
super(message, cause);
|
6 |
} |
|
7 |
} |
|
8 |
|
|