blob: e99633f75801cc65cd6a93ee79a39b29e3e16274 [file] [log] [blame]
package com.gemstone.gemfire.mgmt.DataBrowser.controller;
/**
*
* @author mjha
*
*/
public class MissingSecuritiesPropException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public MissingSecuritiesPropException() {
super();
// TODO Auto-generated constructor stub
}
public MissingSecuritiesPropException(String arg0, Throwable arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
public MissingSecuritiesPropException(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public MissingSecuritiesPropException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
}