com.frameworkset.platform.security.authentication.EncrpyException 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.authentication;
import java.io.Serializable;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2006
*
* Company: bbossgroups
*
* @author biaoping.yin
* @version 1.0
*/
public class EncrpyException extends Exception
implements Serializable{
public EncrpyException()
{
super();
}
public EncrpyException(String msg)
{
super(msg);
}
}