com.waveset.util
Class HttpsUtil.HttpsUtilException

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

public static class HttpsUtil.HttpsUtilException
extends java.lang.Exception

Allows differentiating between exceptions passed up from implementation code, and exceptions detected by the HttpsUtil itself.

See Also:
Serialized Form

Constructor Summary
HttpsUtil.HttpsUtilException()
           
HttpsUtil.HttpsUtilException(java.lang.String message)
           
 
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

HttpsUtil.HttpsUtilException

public HttpsUtil.HttpsUtilException()

HttpsUtil.HttpsUtilException

public HttpsUtil.HttpsUtilException(java.lang.String message)