edu.wisc.my.webproxy.beans.http
Class HttpTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.portlet.PortletException
              extended by edu.wisc.my.webproxy.beans.http.HttpTimeoutException
All Implemented Interfaces:
Serializable

public class HttpTimeoutException
extends javax.portlet.PortletException

Version:
$Id: HttpTimeoutException.java 20993 2010-07-02 19:32:47Z edalquist $
Author:
Eric Dalquist edalquist@unicon.net
See Also:
Serialized Form

Constructor Summary
HttpTimeoutException(String message, Throwable t)
           
HttpTimeoutException(Throwable t)
           
 
Method Summary
 
Methods inherited from class javax.portlet.PortletException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpTimeoutException

public HttpTimeoutException(Throwable t)

HttpTimeoutException

public HttpTimeoutException(String message,
                            Throwable t)


Copyright © 2010 Jasig. All Rights Reserved.