
org.nakedobjects.plugins.htmlviewer.request.TaskLookupException Maven / Gradle / Ivy
The newest version!
package org.nakedobjects.plugins.htmlviewer.request;
public class TaskLookupException extends ActionException {
private static final long serialVersionUID = 1L;
public TaskLookupException() {}
public TaskLookupException(final String msg, final Throwable cause) {
super(msg, cause);
}
public TaskLookupException(final String msg) {
super(msg);
}
public TaskLookupException(final Throwable cause) {
super(cause);
}
}
// Copyright (c) Naked Objects Group Ltd.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy