This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.util
Class GoraException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               org.apache.gora.util.GoraException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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.