public class AppInstallationException
extends java.lang.IllegalArgumentException
Modifier and Type | Field and Description |
---|---|
private GUID |
appId |
private static long |
serialVersionUID |
private GUID |
shopGUID |
Constructor and Description |
---|
AppInstallationException(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
GUID |
getAppId() |
GUID |
getShopGUID() |
AppInstallationException |
withAppId(GUID appId) |
AppInstallationException |
withAppInstallation(AppInstallationEntity appInstallationEntity) |
AppInstallationException |
withShopGUID(GUID shopGUID) |
private static final long serialVersionUID
private GUID appId
private GUID shopGUID
public AppInstallationException withAppId(GUID appId)
public AppInstallationException withAppInstallation(AppInstallationEntity appInstallationEntity)
public AppInstallationException withShopGUID(GUID shopGUID)
public GUID getAppId()
public GUID getShopGUID()