public class ServerBusyException extends LangridException
Constructor and Description |
---|
ServerBusyException() |
ServerBusyException(String description)
Constructor.
|
ServerBusyException(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 ServerBusyException()
public ServerBusyException(String description)
description
- Explanation of exceptionpublic ServerBusyException(Throwable cause)
cause
- The underlying exception