Class UnsupportedOperationInTransactionException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • java.lang.UnsupportedOperationException
            • org.apache.geode.cache.UnsupportedOperationInTransactionException
  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedOperationInTransactionException
    extends java.lang.UnsupportedOperationException
    Indicates that an attempt was mode to invoke an operation that is not allowed in a transaction.
    Since:
    GemFire 6.5
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • UnsupportedOperationInTransactionException

        public UnsupportedOperationInTransactionException​(java.lang.String s)
      • UnsupportedOperationInTransactionException

        public UnsupportedOperationInTransactionException()