/* */ package javax.jms; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public class TransactionRolledBackException /* */ extends JMSException /* */ { /* */ public TransactionRolledBackException(String reason, String errorCode) /* */ { /* 60 */ super(reason, errorCode); /* */ } /* */ /* */ /* */ /* */ /* */ /* */ /* */ public TransactionRolledBackException(String reason) /* */ { /* 70 */ super(reason); /* */ } /* */ } /* Location: D:\git\basic_core_2\base-stable\core-log4j\lib\javax.jms.jar!\javax\jms\TransactionRolledBackException.class * Java compiler version: 5 (49.0) * JD-Core Version: 0.7.1 */