com.waveset.util
Class HttpsUtil.HttpsConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.waveset.util.HttpsUtil.HttpsUtilException
              extended bycom.waveset.util.HttpsUtil.HttpsConnectionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HttpsUtil

public static class HttpsUtil.HttpsConnectionException
extends HttpsUtil.HttpsUtilException

See Also:
Serialized Form

Constructor Summary
HttpsUtil.HttpsConnectionException(int httpCode, java.lang.String message)
           
 
Method Summary
 int getHttpCode()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

HttpsUtil.HttpsConnectionException

public HttpsUtil.HttpsConnectionException(int httpCode,
                                          java.lang.String message)
Method Detail

getHttpCode

public int getHttpCode()

getMessage

public java.lang.String getMessage()