src/java.xml/share/classes/javax/xml/datatype/DatatypeConfigurationException.java
changeset 47443 711ef438b6ad
parent 47216 71c04702a3d5
child 48412 d4412e380f6b
equal deleted inserted replaced
47442:560ee83bfce5 47443:711ef438b6ad
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 2017, 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
    31  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    31  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    32  * @since 1.5
    32  * @since 1.5
    33  */
    33  */
    34 
    34 
    35 public class DatatypeConfigurationException extends Exception {
    35 public class DatatypeConfigurationException extends Exception {
       
    36     private static final long serialVersionUID = -1699373159027047238L;
    36 
    37 
    37     /**
    38     /**
    38      * <p>Create a new <code>DatatypeConfigurationException</code> with
    39      * <p>Create a new <code>DatatypeConfigurationException</code> with
    39      * no specified detail message and cause.</p>
    40      * no specified detail message and cause.</p>
    40      */
    41      */