com.indexdata.torus2.exception
Class InternalIOException

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

public class InternalIOException
extends Exception

Represents low-level record read/write exception.

Author:
jakub
See Also:
Serialized Form

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

InternalIOException

public InternalIOException(String msg,
                           Throwable cause)

InternalIOException

public InternalIOException(String msg)

InternalIOException

public InternalIOException(Throwable cause)


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