Package ai.nightfall.scan.model
Class NightfallRequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.nightfall.scan.model.BaseNightfallException
ai.nightfall.scan.model.NightfallRequestTimeoutException
- All Implemented Interfaces:
Serializable
An exception that indicates that a timeout was exceeded while processing a request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNightfallRequestTimeoutException(String message) Create a new instance of this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NightfallRequestTimeoutException
Create a new instance of this exception.- Parameters:
message- an error message
-