org.infinispan.remoting.responses
Class ExceptionResponse
java.lang.Object
   org.infinispan.remoting.responses.InvalidResponse
org.infinispan.remoting.responses.InvalidResponse
       org.infinispan.remoting.responses.ExceptionResponse
org.infinispan.remoting.responses.ExceptionResponse
- All Implemented Interfaces: 
- Response
- public class ExceptionResponse 
- extends InvalidResponse
A response that encapsulates an exception
- Since:
- 4.0
- Author:
- Manik Surtani
 
 
 
 
 
ExceptionResponse
public ExceptionResponse()
ExceptionResponse
public ExceptionResponse(Exception exception)
getException
public Exception getException()
- 
 
setException
public void setException(Exception exception)
- 
 
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.