jdk/src/share/classes/java/awt/dnd/InvalidDnDOperationException.java
changeset 16708 9e61dfbd1d9d
parent 15994 5c8a3d840366
child 21278 ef8a3a2a72f2
equal deleted inserted replaced
16707:351b21ca3e83 16708:9e61dfbd1d9d
    34  * @since 1.2
    34  * @since 1.2
    35  */
    35  */
    36 
    36 
    37 public class InvalidDnDOperationException extends IllegalStateException {
    37 public class InvalidDnDOperationException extends IllegalStateException {
    38 
    38 
    39     private static final long serialVersionUID = 5156676500247816278L;
    39     private static final long serialVersionUID = -6062568741193956678L;
    40 
    40 
    41     static private String dft_msg = "The operation requested cannot be performed by the DnD system since it is not in the appropriate state";
    41     static private String dft_msg = "The operation requested cannot be performed by the DnD system since it is not in the appropriate state";
    42 
    42 
    43     /**
    43     /**
    44      * Create a default Exception
    44      * Create a default Exception