Commit Graph

10 Commits

Author SHA1 Message Date
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
mikr
767d6a1cb8 JAVA-618 Move code for 3 articles from core-java-exceptions to core-java-exceptions-2 2020-05-08 23:12:36 +02:00
Greg
359035c055 Merge pull request #8742 from amdegregorio/BAEL-3840
BAEL-3840 Suppressed Exceptions in Java
2020-03-02 10:05:23 -05:00
amdegregorio
48b156bcd3 BAEL-3840 Adjust examples based on editor feedback 2020-02-28 06:54:27 -05:00
amdegregorio
d3bd2c4cd8 BAEL-3840 Fix example for section 2.1. 2020-02-18 16:07:26 -05:00
amdegregorio
cc68549a91 BAEL-3840 Suppressed Exceptions in Java 2020-02-17 06:36:35 -05:00
Pazis
c45d69388f java.net.SocketException: Connection reset (#8707)
* initial commit

* fix
2020-02-11 12:10:59 -08:00
Pazis
d3997a959f BAEL-3513 (#8489)
* BAEL3513

* fix
2020-01-24 11:24:35 -08:00
Thabo Ntsoko
dca7d73547 Moving CatchingThrowable.java to the core-java-exceptions-2 module 2019-12-22 17:08:39 +02:00
Vikas Rajput
f42658581b BAEL-3397: Difference between throw e and throw new Exception(e) (#8339)
* Article: Quick and practical example of hexagonal architecture in java with Spring Project

* Removed server.port property from application.properties

* BAEL-3397: Difference between throw e and throw new Exception(e) in java

* BAEL-3397 : Removed links from readme file

* BAEL-3397: removed hexagonal module from the code

* BAEL-3397: renamed exceptions package name to rethrow
2019-12-11 10:42:31 -08:00