Class EngineException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnnotatedElementInstanceFieldException, MultipartRequestException, PathInfoMappingPatternInvalidException, ResponseOutputStreamRetrievalErrorException, RouterAlreadyDeployedException, UndefinedAuthenticationRememberManagerException, UndefinedLandingRouteException, UndefinedLoginRouteException, UndefinedLogoutRememberManagerException, VirtualThreadsNotAvailableException

public class EngineException extends RuntimeException
See Also:
  • Constructor Details

    • EngineException

      public EngineException()
    • EngineException

      public EngineException(String message)
    • EngineException

      public EngineException(String message, Throwable cause)
    • EngineException

      public EngineException(Throwable cause)