gcsImplementations.spreadGcs
Class SpreadGcsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gcs.GcsException
              extended by gcsImplementations.spreadGcs.SpreadGcsException
All Implemented Interfaces:
java.io.Serializable

public class SpreadGcsException
extends GcsException

Spread back-end implementation of the GcsException.

Author:
tkob
See Also:
GcsException, Serialized Form

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

SpreadGcsException

public SpreadGcsException()

SpreadGcsException

public SpreadGcsException(java.lang.String message)

SpreadGcsException

public SpreadGcsException(java.lang.Throwable cause)

SpreadGcsException

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