Package ai.nightfall.scan.model
Class NightfallClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.nightfall.scan.model.BaseNightfallException
ai.nightfall.scan.model.NightfallClientException
- All Implemented Interfaces:
Serializable
The exception thrown when the Nightfall client is unable to process a request due to an unexpected error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNightfallClientException(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
-
NightfallClientException
Create a new instance of this exception.- Parameters:
message- an error message
-