init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.eactive.eai.control;
|
||||
|
||||
public class JMSQueueReceiverTimeOutException extends Exception
|
||||
{
|
||||
public JMSQueueReceiverTimeOutException() {
|
||||
super("JMSQueueReceiverTimeOutException is occured.");
|
||||
}
|
||||
|
||||
public JMSQueueReceiverTimeOutException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user