Tag: exception
How to Create User Defined Exception in Java
by  Java4s | 16 Comments
  [ Ask Question ]
Apart from existing Exceptions in java, we can create our own Exceptions (User defined exceptions in java), we will how to.. Required files Client.java MyOwnExceptionClass.java [ This is our own Exception…
Exception Handling in RESTful Web Services (JAX-RS) with Jersey
by  Java4s | 13 Comments
  [ Ask Question ]
Exception handling in RESTful (JAX-RS) web services is a very important concept, in this article I am going to explain it step by step with an example. FYI. check this article for Creating Simple Maven RESTful Web Service Project in Eclipse….