com.castle.util.logging.LogBuildException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of castle Show documentation
Show all versions of castle Show documentation
A generic utility library
package com.castle.util.logging;
public class LogBuildException extends RuntimeException {
public LogBuildException(Throwable cause) {
super(cause);
}
}