org.codehaus.wadi
Class IrrecoverableException

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

public class IrrecoverableException
extends ProxyingException

Indicates an exceptional case which is not recoverable.

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

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

IrrecoverableException

public IrrecoverableException(String message)
Parameters:
message -

IrrecoverableException

public IrrecoverableException(String message,
                              Exception cause)


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