fabric.common.exceptions
Class FabricException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fabric.common.exceptions.FabricException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessException, BadSignatureException, FetchException, NoSuchNodeError, ProtocolError, RemoteCallException, TransactionCommitFailedException, TransactionPrepareFailedException

public class FabricException
extends java.lang.Exception

A FabricException represents an error that may be communicated by the store to a worker.

See Also:
Serialized Form

Constructor Summary
FabricException()
           
FabricException(java.lang.String msg)
           
FabricException(java.lang.String message, java.lang.Throwable cause)
           
FabricException(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

FabricException

public FabricException()

FabricException

public FabricException(java.lang.String msg)

FabricException

public FabricException(java.lang.Throwable cause)

FabricException

public FabricException(java.lang.String message,
                       java.lang.Throwable cause)