jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/mimepull/MIMEParsingException.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
    69         super(message, cause);
    69         super(message, cause);
    70     }
    70     }
    71 
    71 
    72     /**
    72     /**
    73      * Constructs a new WebServiceException with the specified cause
    73      * Constructs a new WebServiceException with the specified cause
    74      * and a detail message of <tt>(cause==null ? null :
    74      * and a detail message of
    75      * cause.toString())</tt> (which typically contains the
    75      * {@code (cause==null ? null : cause.toString())}
    76      * class and detail message of <tt>cause</tt>).
    76      * (which typically contains the
       
    77      * class and detail message of {@code cause}).
    77      *
    78      *
    78      * @param cause The cause which is saved for the later
    79      * @param cause The cause which is saved for the later
    79      *              retrieval throw by the getCause method.
    80      *              retrieval throw by the getCause method.
    80      *              (A <tt>null</tt> value is permitted, and
    81      *              (A {@code null} value is permitted, and
    81      *              indicates that the cause is nonexistent or
    82      *              indicates that the cause is nonexistent or
    82      *              unknown.)
    83      *              unknown.)
    83      */
    84      */
    84     public MIMEParsingException(Throwable cause) {
    85     public MIMEParsingException(Throwable cause) {
    85         super(cause);
    86         super(cause);