Class ExceptionUtils
java.lang.Object
org.qubership.atp.auth.springbootstarter.utils.ExceptionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidthrowWithLog(org.slf4j.Logger log, AtpException exception) Log and throw the error.
-
Constructor Details
-
ExceptionUtils
public ExceptionUtils()
-
-
Method Details
-
throwWithLog
Log and throw the error.- Parameters:
log- loggerexception- error.
-