Class PersonNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.wso2.am.integration.services.jaxrs.peoplesample.exceptions.PersonNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PersonNotFoundException extends javax.ws.rs.WebApplicationException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersonNotFoundException(String email)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PersonNotFoundException
public PersonNotFoundException(String email)
-
-