
io.reactiverse.pgclient.shared.misc.NoStackTraceThrowable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reactive-pg-client Show documentation
Show all versions of reactive-pg-client Show documentation
The reactive Postgres client
The newest version!
package io.reactiverse.pgclient.shared.misc;
public class NoStackTraceThrowable extends Throwable {
public NoStackTraceThrowable(String message) {
super(message, (Throwable)null, false, false);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy