org.compiere.asset.exceptions.AssetCheckDocumentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asset Show documentation
Show all versions of asset Show documentation
Fixed Asset Management of ADempiere.
/**
*
*/
package org.compiere.asset.exceptions;
/**
* @author Teo Sarca, SC ARHIPAC SERVICE SRL
*
*/
public class AssetCheckDocumentException extends AssetException
{
private static final long serialVersionUID = 1L;
public AssetCheckDocumentException(String additionalMessage)
{
super ("@CheckDocument@ - "+additionalMessage); // TODO: AD_Message
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy