pt.ist.fenixframework.core
Class WriteOnReadError

Package class diagram package WriteOnReadError
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by pt.ist.fenixframework.core.CommitError
              extended by pt.ist.fenixframework.core.WriteOnReadError
All Implemented Interfaces:
Serializable

public class WriteOnReadError
extends CommitError

An instance of WriteOnReadError is thrown whenever a write attempt is made within a read-only transaction.

See Also:
CommitError, Serialized Form

Constructor Summary
protected WriteOnReadError()
           
 
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

WriteOnReadError

protected WriteOnReadError()


Copyright © 2013. All Rights Reserved.