org.codehaus.wadi.web.impl
Class RecoverableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.wadi.web.impl.ProxyingException
              extended by org.codehaus.wadi.web.impl.RecoverableException
All Implemented Interfaces:
java.io.Serializable

public class RecoverableException
extends ProxyingException

Indicates an exceptional case which is recoverable.

Version:
$Revision: 1894 $
Author:
Jules Gosnell
See Also:
Serialized Form

Constructor Summary
RecoverableException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 
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

RecoverableException

public RecoverableException(java.lang.String message,
                            java.lang.Exception cause)
Parameters:
message -
cause -


Copyright © 2008. All Rights Reserved.