com.formkiq.server.service.FormAccessDeniedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of formkiq-server Show documentation
Show all versions of formkiq-server Show documentation
Server-side integration for the FormKiQ ios application
package com.formkiq.server.service;
/**
* FormAccessDeniedException.
*
*/
public class FormAccessDeniedException extends RuntimeException {
/** SerialVersionUID. */
private static final long serialVersionUID = 5315340171670745578L;
/**
* constructor.
*/
public FormAccessDeniedException() {
super();
}
}