Package ai.nightfall.scan.model
Class BaseNightfallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.nightfall.scan.model.BaseNightfallException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NightfallAPIException,NightfallClientException,NightfallRequestTimeoutException
The super class for all exceptions thrown by Nightfall.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseNightfallException
Create a new exception.- Parameters:
message- the error message
-