equal
deleted
inserted
replaced
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 * or visit www.oracle.com if you need additional information or have any |
22 * or visit www.oracle.com if you need additional information or have any |
23 * questions. |
23 * questions. |
24 */ |
24 */ |
25 |
25 |
|
26 /* |
|
27 * This source code is provided to illustrate the usage of a given feature |
|
28 * or technique and has been deliberately simplified. Additional steps |
|
29 * required for a production-quality application, such as security checks, |
|
30 * input validation and proper error handling, might not be present in |
|
31 * this sample code. |
|
32 */ |
|
33 |
|
34 |
26 package com.sun.tools.example.debug.bdi; |
35 package com.sun.tools.example.debug.bdi; |
27 |
36 |
28 public class NoSessionException extends Exception { |
37 public class NoSessionException extends Exception { |
29 |
38 |
30 private static final long serialVersionUID = -7324357828115128603L; |
39 private static final long serialVersionUID = -7324357828115128603L; |