jdk/src/java.desktop/share/classes/java/awt/dnd/InvalidDnDOperationException.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    36 
    36 
    37 public class InvalidDnDOperationException extends IllegalStateException {
    37 public class InvalidDnDOperationException extends IllegalStateException {
    38 
    38 
    39     private static final long serialVersionUID = -6062568741193956678L;
    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     private static 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
    45      */
    45      */
    46 
    46