Class ItfLiteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.atp.auth.springbootstarter.exceptions.AtpException
org.qubership.atp.itf.lite.backend.exceptions.ItfLiteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthActionDuplicateSseException,AuthActionGetTokenByCodeException,AuthActionInvalidSseException,AuthActionInvalidStateException,AuthActionMandatoryFieldException,BadFormDataFormatException,IllegalCookieException,ItfLiteAccessDeniedException,ItfLiteActionNotFoundException,ItfLiteCatalogFileDownloadException,ItfLiteDecryptException,ItfLiteExportRequestException,ItfLiteFileCreationException,ItfLiteFileSecurityAccessException,ItfLiteHttpRequestExecuteException,ItfLiteHttpRequestIllegalMethodValueException,ItfLiteIllegalFileInfoDownloadArgumentsException,ItfLiteIllegalNestedFolderLevelException,ItfLiteIllegalTestRunsCountInExecutionRequestException,ItfLiteImportCollectionFileExtensionNotFoundException,ItfLiteImportCollectionFileParseProcessException,ItfLiteImportCollectionFileProcessException,ItfLiteImportFolderFileLoadException,ItfLiteImportRequestFileLoadException,ItfLiteIncorrectImportContextVariablesRequest,ItfLiteIncorrectImportRequest,ItfLiteKafkaListenerContainerFactoryException,ItfLiteMacrosAtpDecryptException,ItfLiteMaxFileException,ItfLiteRequestBodyParsingException,ItfLiteRequestEnvironmentNotSpecifiedException,ItfLiteRequestEnvironmentVariableNotFoundException,ItfLiteRequestExecutionFinishEventException,ItfLiteRequestHeaderDecryptException,ItfLiteRequestIllegalAuthorizationGrantTypeException,ItfLiteRequestIllegalUrlEmptyValueException,ItfLiteRequestParamDecryptException,ItfLiteRequestPostScriptEvaluationException,ItfLiteRequestPreScriptEvaluationException,ItfLiteRequestQueryParamEncodingException,ItfLiteRequestSizeLimitException,ItfLiteRequestVariableReplacingException,ItfLiteResponseSizeLimitException,ItfLiteRevisionHistoryIncorrectClassException,ItfLiteRevisionHistoryIncorrectTypeException,ItfLiteRevisionHistoryIncorrectValueException,ItfLiteRevisionHistoryNotFoundException,ItfLiteSaveResponseAsFileException,ItfLiteScriptEngineAtpDecryptException,ItfLiteScriptEngineAtpEncryptException,ItfLiteScriptEnginePostmanSandboxContextException,ItfLiteScriptEnginePostScriptExecutionException,ItfLiteScriptEnginePreScriptExecutionException,ItfLiteScriptEngineUnavailableException,ItfLiteSslCertificateVerificationFileException,ItfLiteSslClientVerificationFileException,ItfLiteTestRunsNotFoundException,ItfLiteUploadFileException,ItfLiteUrlSyntaxException
@ResponseStatus(value=INTERNAL_SERVER_ERROR,
reason="ITFL-0000")
public class ItfLiteException
extends org.qubership.atp.auth.springbootstarter.exceptions.AtpException
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.auth.springbootstarter.exceptions.AtpException
DEFAULT_MESSAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.qubership.atp.auth.springbootstarter.exceptions.AtpException
canEqual, equals, hashCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItfLiteException
-