Class TransactionNotReadableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransactionNotReadableException
    extends TransactionNotActiveException
    A TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class javax.jdo.JDOException

        getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionNotReadableException

        public TransactionNotReadableException()
        Constructor.
      • TransactionNotReadableException

        public TransactionNotReadableException​(java.lang.String message,
                                               java.lang.Object failedObject)
        Constructor.
        Parameters:
        message - the localized error message
        failedObject - the failed object