public class AccessLimitNotFoundException extends LangridException
Constructor and Description |
---|
AccessLimitNotFoundException(String userId,
String serviceId,
String period,
String limitType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getLimitType()
Gets ristriction type.
|
String |
getPeriod()
Sets units of period.
|
String |
getServiceId()
Gets service ID.
|
String |
getUserId()
Gets user ID.
|
void |
setLimitType(String limitType)
Sets ristriction type.
|
void |
setPeriod(String period)
Sets units of period.
|
void |
setServiceId(String serviceId)
Sets service ID.
|
void |
setUserId(String userId)
Sets user ID.
|
getDescription, getMessage, setDescription
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getUserId()
public void setUserId(String userId)
userId
- User IDpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId
- Service IDpublic String getPeriod()
public void setPeriod(String period)
period
- Units of periodpublic String getLimitType()
public void setLimitType(String limitType)
limitType
- restriction type.