Class MiaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.atp.auth.springbootstarter.exceptions.AtpException
org.qubership.atp.mia.exceptions.MiaException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchiveFileNotFoundException, ArchiveIoExceptionDuringClose, ArchiveIoExceptionDuringSave, CantParseExpectedCodeException, CasandraParameterNotFoundException, CassandraAuthenticationException, CassandraDbConnectionIssueException, CassandraPoolException, CodeNotPresentWhenFlagOnException, CompoundHasNoProcessesException, CompoundNotFoundException, CreateCompoundException, CreateDirectoryException, CreateDirFailedException, CreateProcessException, CreateSectionException, CurrentStatementListIsEmptyException, DecryptEncriptedDataException, DeleteCompoundException, DeleteDirectoryException, DeleteFileException, DeleteFileGitSynchronizeException, DeleteProcessException, DeleteSectionException, DeserializeErrorInFileException, DeserializeJsonConfigFailedException, DirectoryCyclicDependencyException, DirectoryNotFoundException, Dos2unixIncorrectFilePathException, Dos2unixIncorrectToolPathException, Dos2unixLinuxFailException, Dos2unixWindowsFailException, DuplicateCompoundException, DuplicateDirectoryException, DuplicateFileException, DuplicateProcessException, DuplicateSectionException, DuplicatesInTheConfigException, EditCompoundSectionNotFoundException, EditSectionContainNullException, EditSectionException, EncryptDataException, EnvConnectionNotFoundInContextException, EnvConnectionNotFoundInContextOrNullException, EnvSystemNotFoundException, EnvSystemNotFoundInContextException, EnvSystemNotSpecifiedException, ErrorInFlowJsonException, FileEmptyException, FileMetaDataNotFoundException, FIleNotFoundException, FileTransferFailException, GitAuthFailException, GitException, GitRepoBuildException, GitResetException, GitValidationProjectNotFoundException, GitValidationUnexpectedErrorException, GitValidationUserNoRightsException, GitValidationUserNotFoundException, GridFsFileNotFoundException, GridFsGetFileFromDbException, GridfsSaveLogToDbException, IncorrectEnvironmentResponseException, IncorrectEnvironmentVariableFormatException, IncorrectProcessNameException, IoException, ItfEmptyIdException, ItfHeadersEmptyException, ItfMethodEmptyException, ItfMiaPathEmptyException, ItfProcessCreationTimeoutException, ItfProcessNameEmptyException, ItfProjectIdEmptyException, ItfSameRequestInProgressException, ItfSectionAlreadyPresentException, ItfUrlEmptyException, ItfUuidEmptyException, LoadConfigCopyFailException, LoadConfigFailException, MacrosIncorrectDateFormatException, MacrosIncorrectDateInputException, MacrosRandomIncorrectFormatException, MacrosRandomIncorrectLengthException, MacrosTimestampIncorrectFormatException, MacrosVarInsideVarForbiddenException, MarkerRegexException, MatrixCommandIncorrectParameterException, MatrixEthalonReadFailException, MatrixEthalonWriteFailException, MatrixExcelCloseFailException, MatrixExcelParseFailException, MatrixExcelWriteFailException, MatrixIncorrectParameterException, MatrixQuerySheetMissedDbTypeException, MatrixScenarioNotFoundException, MatrixValidationException, MiaCompoundHistoryRevisionRestoreException, MiaExportCopyToFileException, MiaExportFileNotFoundException, MiaExportTypeNotSupportException, MiaHistoryRevisionRestoreException, MiaImportEntityException, MiaImportParentDirectoryNotFound, MiaImportSectionException, MiaImportTypeNotSupportException, MiaJaversReferenceInvalidException, MiaProcessAlreadyPresentException, MiaUrlEncodeFailException, NoSuchDbException, NotACompoundException, NullProcessException, PatternCompileException, PotCreateFileFailedException, PotFileToWriteNotFoundException, PotHeaderTypeUnsupportedException, PotIoException, PotPrintFileNotFoundException, PotPrintRowException, PotProcessStatusMissedException, PotResultsSavingException, PotSessionIdNotFoundException, PotSessionNotFoundException, PotStepListEmptyException, PotTemplateCanNotBeClosedException, PotTemplateNotFoundOnPathException, PotUuidParseException, PotWriteFailedException, PrerequisiteCmdOnLocalFailedException, PrerequisiteCmdOnLocalInterruptedException, PrerequisiteNoRecordsAddedException, PrerequisiteQueryNotValidException, PrerequisiteTypeUnsupportedException, ProcessNotCreatedException, ProcessNotFoundException, ProcessOrCompoundNotFoundException, ProjectNotFoundException, ProjectNotFoundException, ReadConfigFailException, ReadConfigJsonException, ReadFailFileNotFoundException, ReadFailIoExceptionDuringOperation, RepoEncodeFailException, RepoMailNotSetException, RepoPassNotSetException, RepoUserNotSetException, RestContentTypeNotSupportedException, RestCopyResultToStringException, RestCreateConnectionFailException, RestExceptionDuringExecution, RestExecutionTimeOutException, RestFileNotFoundException, RestFormatNotCorrectException, RestHeadersIncorrectFormatException, RestIncorrectEndpointException, RestIncorrectUrlException, RestNotFoundException, RestParseErrorException, RestResultWriteToFileException, SectionActionFailException, SectionCyclicDependencyException, SectionNameNotFoundException, SectionNotFoundException, SerializeConfigCopyDirFailException, SerializeConfigCreateDirFailException, SerializeConfigRemoveDirFailException, SerializeFlowJsonFailedException, SerializeProcessFileException, SoapCreateConnectionFailException, SoapCreateRequestFailException, SoapExecutionFailException, SoapGetInstanceFailException, SoapNotFoundException, SoapWriteIoException, SoapWriteOutputFailException, SqlBillDateFailException, SqlCacheRetrieveFailException, SqlCommandUnsupportedException, SqlConnectionFailException, SqlExecuteFailException, SqlFirstValueNotPresentException, SqlJdbcUrlEmptyException, SqlLoadDriverFailException, SqlParseResultFailException, SqlStoredProcedureFailException, SqlTimeoutException, SqlUpdateQueryFailException, SqlValidationTimeoutException, SshChannelCreateFailException, SshChannelCreateInterruptionException, SshChannelsBusyException, SshCreateSessionException, SshCreateSessionFailException, SshException, SshExecutionTimeoutException, SshExecutionWrongExitException, SshMissedParameterException, SshPathForDownloadEmptyException, SshRsaAddFailedException, SshSftpException, SshTransferFileFailException, SslAlgorithmNotPresentException, SslInitException, StopOnFailException, StoreCsvExceptionDuringSave, StoreCsvFileNotFoundException, StoreCsvIoExceptionDuringClose, StoreCsvWritingRowFailException, UnsupportedCommandException, UnsupportedCommandTypeException, UnsupportedRestEncodingException, UnsupportedRestMethodException, UpdateCompoundException, UpdateConfigFailException, UpdateConfigurationException, UpdateDirectoryException, UpdateFileException, UpdateProcessException, UpdateSectionException, UploadTestDataFailException, ValidateConfigForNullFilePathInProcessesException, WriteJsonToFileFailException, WrongFilePathException, WrongVariableFormatException, WsIncorrectMsgTypeException, WsProjectIdNullException, ZipFileOrDirNotPresentException

@ResponseStatus(value=INTERNAL_SERVER_ERROR, reason="MIA-0000") public class MiaException extends org.qubership.atp.auth.springbootstarter.exceptions.AtpException
See Also:
  • Constructor Details

    • MiaException

      public MiaException(String message)
      Constructor.
      Parameters:
      message - message of exception.
    • MiaException

      public MiaException(Exception e)
      Constructor.
      Parameters:
      e - exception.
    • MiaException

      public MiaException(ErrorCodes errorCodes, Object... args)
      Constructor.
      Parameters:
      errorCodes - ErrorCodes.
      args - params for ErrorCodes
  • Method Details