org.lsst.ccs.subsystems.fcs.errors
Class ProxyTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.errors.ProxyTimeoutException
All Implemented Interfaces:
Serializable

public class ProxyTimeoutException
extends Exception

Author:
virieux
See Also:
Serialized Form

Constructor Summary
ProxyTimeoutException(SocketTimeoutException ex)
           
ProxyTimeoutException(SocketTimeoutException ex, int timeout)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyTimeoutException

public ProxyTimeoutException(SocketTimeoutException ex)

ProxyTimeoutException

public ProxyTimeoutException(SocketTimeoutException ex,
                             int timeout)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012 LSST. All Rights Reserved.