Class MiaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.atp.mia.model.exception.MiaException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMiaException(ErrorCodes errorCode, Object... params) Constructor.MiaException(org.springframework.http.HttpStatus httpStatus, ErrorCodes errorCode, Object... params) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MiaException
Constructor. -
MiaException
public MiaException(org.springframework.http.HttpStatus httpStatus, ErrorCodes errorCode, Object... params) Constructor.
-
-
Method Details
-
getErrorCode
-
getHttpStatus
public org.springframework.http.HttpStatus getHttpStatus()
-