package com.belladati.sdk.exception.impl;
public class UnsupportedDashletContentException extends DashletException {
/** The serialVersionUID */
private static final long serialVersionUID = -7530835838695643795L;
public UnsupportedDashletContentException(String message) {
super(message);
}
public UnsupportedDashletContentException(Throwable cause) {
super(cause);
}
}