jdk/src/share/classes/com/sun/tools/example/debug/bdi/NoSessionException.java
changeset 10292 ed7db6a12c2a
parent 9520 99d378796e54
child 14342 8435a30053c1
equal deleted inserted replaced
10291:cf1fcdf438a0 10292:ed7db6a12c2a
    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;