All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alogient.cameleon.sdk.content.util.exception.PageNotFoundException 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 PageNotFoundException extends Exception {
    /**
     * Serial version unique identifier
     */
    private static final long serialVersionUID = -2965957579473004980L;

    public PageNotFoundException() {
        super();
    }

    public PageNotFoundException(String s) {
        super(s);
    }

    public PageNotFoundException(String s, Throwable throwable) {
        super(s, throwable);
    }

    public PageNotFoundException(Throwable throwable) {
        super(throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy