public class AccessLimitExceededException extends LangridException
| Constructor and Description |
|---|
AccessLimitExceededException() |
AccessLimitExceededException(String description)
Constructor.
|
AccessLimitExceededException(Throwable cause)
A constructor that takes the underlying exception as a parameter.
|
getDescription, getMessage, setDescriptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessLimitExceededException()
public AccessLimitExceededException(String description)
description - Messagepublic AccessLimitExceededException(Throwable cause)
cause - The underlying exception