Package rife.engine.exceptions
Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.engine.exceptions.EngineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnnotatedElementInstanceFieldException
,MultipartRequestException
,PathInfoMappingPatternInvalidException
,ResponseOutputStreamRetrievalErrorException
,RouterAlreadyDeployedException
,UndefinedAuthenticationRememberManagerException
,UndefinedLandingRouteException
,UndefinedLoginRouteException
,UndefinedLogoutRememberManagerException
,VirtualThreadsNotAvailableException
- See Also:
-
Constructor Summary
ConstructorDescriptionEngineException
(String message) EngineException
(String message, Throwable cause) EngineException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EngineException
public EngineException() -
EngineException
-
EngineException
-
EngineException
-