Package ai.vectros.core
Class VectrosApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.vectros.core.VectrosApiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VectrosApiApiException
This class serves as the base exception for all errors in the SDK.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVectrosApiException(String message) VectrosApiException(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VectrosApiException
-
VectrosApiException
-