Class TransactionRequiredException



  • public class TransactionRequiredException
    extends java.rmi.RemoteException
    This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.rmi.RemoteException

        detail
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.rmi.RemoteException

        getCause, getMessage
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • TransactionRequiredException

        public TransactionRequiredException​()
      • TransactionRequiredException

        public TransactionRequiredException​(java.lang.String msg)