com.alogient.cameleon.sdk.content.util.exception.ModelInstanciationException Maven / Gradle / Ivy
The newest version!
package com.alogient.cameleon.sdk.content.util.exception;
/**
* User: J?r?me Mirc Date: 6-Aug-2009 Time: 10:50:03 AM Thrown when a page is not found.
*/
public class ModelInstanciationException extends PageNotFoundException {
/**
* Serial version unique identifier
*/
private static final long serialVersionUID = -3395887833940589656L;
public ModelInstanciationException() {
super();
}
public ModelInstanciationException(String s) {
super(s);
}
public ModelInstanciationException(String s, Throwable throwable) {
super(s, throwable);
}
public ModelInstanciationException(Throwable throwable) {
super(throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy