com.ds.fw.exceptions
Class FwFatalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ds.fw.exceptions.FwFatalException
All Implemented Interfaces:
java.io.Serializable

public class FwFatalException
extends java.lang.RuntimeException

I am used to throw exceptions that identify an unrecoverable state. Something very near the top of the thread should catch this error and abort the gemstone transaction. If running in standalone mode the client that catches this exception should kill the vm.

See Also:
Serialized Form

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

FwFatalException

public FwFatalException()

FwFatalException

public FwFatalException(java.lang.String s)