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