blob: 431ff3c8df994568d3c44925238c4c7c82987ece [file] [log] [blame]
package com.gemstone.gemfire.tools.databrowser.data;
public class ObjectCreationException extends RuntimeException {
public ObjectCreationException() {
super();
// TODO Auto-generated constructor stub
}
public ObjectCreationException(String message, Throwable cause) {
super(message, cause);
// TODO Auto-generated constructor stub
}
public ObjectCreationException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
public ObjectCreationException(Throwable cause) {
super(cause);
// TODO Auto-generated constructor stub
}
}