org.codehaus.wadi.web.impl
Class IrrecoverableException

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.IrrecoverableException
All Implemented Interfaces:
java.io.Serializable

public class IrrecoverableException
extends ProxyingException

Indicates an exceptional case which is not recoverable.

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

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

IrrecoverableException

public IrrecoverableException(java.lang.String message)
Parameters:
message -

IrrecoverableException

public IrrecoverableException(java.lang.String message,
                              java.lang.Exception cause)


Copyright © 2008. All Rights Reserved.