src/java.management/share/classes/javax/management/BadAttributeValueExpException.java
changeset 58766 54ffb15c4839
parent 47216 71c04702a3d5
equal deleted inserted replaced
58760:1f7f707c1aa9 58766:54ffb15c4839
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    45 
    45 
    46     /**
    46     /**
    47      * @serial A string representation of the attribute that originated this exception.
    47      * @serial A string representation of the attribute that originated this exception.
    48      * for example, the string value can be the return of {@code attribute.toString()}
    48      * for example, the string value can be the return of {@code attribute.toString()}
    49      */
    49      */
       
    50     @SuppressWarnings("serial") // See handling in constructor and readObject
    50     private Object val;
    51     private Object val;
    51 
    52 
    52     /**
    53     /**
    53      * Constructs a BadAttributeValueExpException using the specified Object to
    54      * Constructs a BadAttributeValueExpException using the specified Object to
    54      * create the toString() value.
    55      * create the toString() value.