com.frameworkset.platform.security.NullUserException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdp-system Show documentation
Show all versions of pdp-system Show documentation
bboss public development platform base on bboss.
package com.frameworkset.platform.security;
import java.io.Serializable;
public class NullUserException extends Exception implements Serializable {
}