Package org.cryptacular.generator
Class LimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cryptacular.generator.LimitException
- All Implemented Interfaces:
Serializable
Runtime exception that describes a condition where some fundamental limit imposed by the implementation or
specification of a generator has been exceeded.
- Author:
- Middleware Services
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLimitException
(String message) Creates a new instance with the given error description.. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LimitException
Creates a new instance with the given error description..- Parameters:
message
- Error message.
-