All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thoughtworks.xstream.io.StreamException Maven / Gradle / Ivy

There is a newer version: 1.4.21
Show newest version
package com.thoughtworks.xstream.io;

import com.thoughtworks.xstream.core.BaseException;

public class StreamException extends BaseException {
    public StreamException(Throwable e) {
        super(e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy