fabric.common.exceptions
Class FabricRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fabric.common.exceptions.FabricRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RemoteCallLabelCheckFailedException, RuntimeFetchException, TransactionAbortingException, TransactionRestartingException, UnreachableNodeException, VersionConflictException

public class FabricRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

FabricRuntimeException

public FabricRuntimeException()

FabricRuntimeException

public FabricRuntimeException(java.lang.String message)

FabricRuntimeException

public FabricRuntimeException(java.lang.Throwable cause)