
org.richfaces.cdk.ordering.IllegalPartialOrderingException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-richfaces-resources-plugin Show documentation
Show all versions of maven-richfaces-resources-plugin Show documentation
Maven plugin for packaging resources with web application
The newest version!
package org.richfaces.cdk.ordering;
public class IllegalPartialOrderingException extends IllegalStateException {
private static final long serialVersionUID = 205183029719165393L;
public IllegalPartialOrderingException() {
super();
}
public IllegalPartialOrderingException(String message, Throwable cause) {
super(message, cause);
}
public IllegalPartialOrderingException(String s) {
super(s);
}
public IllegalPartialOrderingException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy