iris ding created CXF-6356:
------------------------------

             Summary: NPE when calling 
ServiceUnavailableException.getRetryTime()
                 Key: CXF-6356
                 URL: https://issues.apache.org/jira/browse/CXF-6356
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 2.7.15, 3.0.3, 3.0.1
            Reporter: iris ding


Hi, I have a resource method as below:  
 @GET
        @Path("setmethod")
        public String setMethod1() {
                 ServiceUnavailableException e = new 
ServiceUnavailableException(new Date());
                 e.getRetryTime(new Date());
            ....}
In this method, I simply construct a ServiceUnavailableException with Date 
parameter. Then when it runs into  e.getRetryTime(new Date()) it give below 
error:
java.lang.NullPointerException
at 
javax.ws.rs.ServiceUnavailableException.getRetryTime(ServiceUnavailableException.java:262)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to