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
java.lang.Throwable
java.lang.Exception
java.io.IOException
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.