com.indexdata.torus2.exception
Class RealmIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.indexdata.torus2.exception.RealmIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MalformedRecordException, NotFoundException, RealmClient.RealmClientException

public class RealmIOException
extends Exception

Represents low-level record read/write exception.

Author:
jakub
See Also:
Serialized Form

Constructor Summary
RealmIOException(String msg)
           
RealmIOException(String msg, 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

RealmIOException

public RealmIOException(String msg,
                        Throwable cause)

RealmIOException

public RealmIOException(String msg)


Copyright © 2008-2012 Index Data. All Rights Reserved.