Package com.aispect.common.exception
Class AiSpectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aispect.common.exception.AiSpectException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AiAgentExecutionException,AiGraphExecutionException,AiGraphValidationException,AiNetworkException,AiScanException,ProxyCreationException
AiSpect The framework's base exception class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAiSpectException(String message) AiSpectException(String message, 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
-
AiSpectException
-
AiSpectException
-