This project has retired. For details please refer to its Attic page.
GoraException (Apache Gora 0.2.1 API)

org.apache.gora.util
Class GoraException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.gora.util.GoraException
All Implemented Interfaces:
Serializable

public class GoraException
extends IOException

Gora specific exception. This extends IOException, since most of what Gora does is I/O related.

See Also:
Serialized Form

Constructor Summary
GoraException()
           
GoraException(String message)
           
GoraException(String message, Throwable cause)
           
GoraException(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

GoraException

public GoraException()

GoraException

public GoraException(String message,
                     Throwable cause)

GoraException

public GoraException(String message)

GoraException

public GoraException(Throwable cause)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.