You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.1 KiB
79 lines
1.1 KiB
/* */ package javax.jms; |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ public class JMSSecurityException |
|
/* */ extends JMSException |
|
/* */ { |
|
/* */ public JMSSecurityException(String reason, String errorCode) |
|
/* */ { |
|
/* 61 */ super(reason, errorCode); |
|
/* */ } |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ |
|
/* */ public JMSSecurityException(String reason) |
|
/* */ { |
|
/* 71 */ super(reason); |
|
/* */ } |
|
/* */ } |
|
|
|
|
|
/* Location: D:\git\basic_core_2\base-stable\core-log4j\lib\javax.jms.jar!\javax\jms\JMSSecurityException.class |
|
* Java compiler version: 5 (49.0) |
|
* JD-Core Version: 0.7.1 |
|
*/ |