
io.mstream.trader.commons.utils.exception.LightweightException Maven / Gradle / Ivy
package io.mstream.trader.commons.utils.exception;
abstract class LightweightException
extends RuntimeException {
@Override
public synchronized Throwable fillInStackTrace() {return this;}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy