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, setDescription
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccessLimitExceededException()
public AccessLimitExceededException(String description)
description
- Messagepublic AccessLimitExceededException(Throwable cause)
cause
- The underlying exception