< prev index next >
src/java.desktop/share/classes/java/awt/AWTException.java
Print this page
*** 36,48 ****
* JDK 1.1 serialVersionUID
*/
private static final long serialVersionUID = -1900414231151323879L;
/**
! * Constructs an instance of <code>AWTException</code> with the
* specified detail message. A detail message is an
! * instance of <code>String</code> that describes this particular
* exception.
* @param msg the detail message
* @since 1.0
*/
public AWTException(String msg) {
--- 36,48 ----
* JDK 1.1 serialVersionUID
*/
private static final long serialVersionUID = -1900414231151323879L;
/**
! * Constructs an instance of {@code AWTException} with the
* specified detail message. A detail message is an
! * instance of {@code String} that describes this particular
* exception.
* @param msg the detail message
* @since 1.0
*/
public AWTException(String msg) {
< prev index next >