Package com.sun.xml.ws.util.localization

Examples of com.sun.xml.ws.util.localization.NullLocalizable


    /**
     * Creates a new exception that wraps the specified exception.
     */
    protected JAXWSExceptionBase(Throwable throwable) {
        this(new NullLocalizable(throwable.toString()),throwable);
    }
View Full Code Here

TOP

Related Classes of com.sun.xml.ws.util.localization.NullLocalizable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.