Class ExceptionHandler
- java.lang.Object
-
- de.gematik.test.tiger.admin.helper.exceptions.ExceptionHandler
-
@ControllerAdvice public class ExceptionHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<String>handleIOException(TigerConfigurationException cfgException)org.springframework.http.ResponseEntity<String>handleIOException(IOException ioException)
-
-
-
Method Detail
-
handleIOException
@ExceptionHandler(java.io.IOException.class) public org.springframework.http.ResponseEntity<String> handleIOException(IOException ioException)
-
handleIOException
@ExceptionHandler(de.gematik.test.tiger.common.config.TigerConfigurationException.class) public org.springframework.http.ResponseEntity<String> handleIOException(TigerConfigurationException cfgException)
-
-