org.springframework.integration.http
Class ResponseStatusCodeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.springframework.integration.http.ResponseStatusCodeException
- All Implemented Interfaces: 
 - Serializable
 
public class ResponseStatusCodeException
- extends Exception
 
Exception that provides a response status code. This can be used by
 InboundRequestMapper implementations to indicate an error.
- Since:
 
  - 1.0.2
 
- Author:
 
  - Mark Fisher
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ResponseStatusCodeException
public ResponseStatusCodeException(int statusCode)
getStatusCode
public int getStatusCode()
 
Copyright © 2010. All Rights Reserved.