Class LimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tomatengames.util.exception.LimitException
- All Implemented Interfaces:
Serializable
A
RuntimeException that indicates that a limit has been exceeded.- Since:
- 1.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newLimitException.LimitException(String message) Creates a newLimitException.LimitException(String message, Throwable cause) Creates a newLimitException.LimitException(Throwable cause) Creates a newLimitException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LimitException
public LimitException()Creates a newLimitException. -
LimitException
Creates a newLimitException.- Parameters:
message- The detail message.
-
LimitException
Creates a newLimitException.- Parameters:
cause- The cause. May benull.
-
LimitException
Creates a newLimitException.- Parameters:
message- The detail message.cause- The cause. May benull.
-