com.sapportals.portal.ivs.http

Class HTTPCodeErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sapportals.portal.ivs.http.HTTPCodeErrorException
All Implemented Interfaces:
Serializable

public class HTTPCodeErrorException
extends RuntimeException

Title: SAP iView Project Description: Copyright: Copyright (c) 2002 Company:

See Also:
Serialized Form

Constructor Summary
HTTPCodeErrorException(int errorCode, String html)
          Constructs new HTTPCodeErrorException with given error code and the html that returns with the error in the response.
 
Method Summary
 int getErrorCode()
          Returns the error code that return in the response.
 String getHTML()
          Returns the html that return with the error in the response.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPCodeErrorException

public HTTPCodeErrorException(int errorCode,
                              String html)
Constructs new HTTPCodeErrorException with given error code and the html that returns with the error in the response.

Since:
6.0
Method Detail

getHTML

public String getHTML()
Returns the html that return with the error in the response.

Returns:
The html that return with the error in the response.
Since:
6.0

getErrorCode

public int getErrorCode()
Returns the error code that return in the response.

Returns:
The error code that return in the response.
Since:
6.0
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/connectivity/services/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice