org.codehaus.wadi
Class RecoverableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.wadi.ProxyingException
              extended byorg.codehaus.wadi.RecoverableException
All Implemented Interfaces:
Serializable

public class RecoverableException
extends ProxyingException

Indicates an exceptional case which is recoverable.

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

Constructor Summary
RecoverableException(String message, Exception cause)
           
 
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(String message,
                            Exception cause)
Parameters:
message -
cause -


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.