相关文章推荐
小眼睛的手套  ·  Ijkplayer、ExoPlayer、VL ...·  11 月前    · 
害羞的海龟  ·  react ...·  1 年前    · 
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.transaction.TransactionException
org.springframework.transaction.UnexpectedRollbackException
public class UnexpectedRollbackException extends TransactionException
Thrown when an attempt to commit a transaction resulted in an unexpected rollback.
Since:
17.03.2003
Author:
Rod Johnson
See Also:
  • Serialized Form
  • Method Summary

    Methods inherited from class org.springframework.core. NestedRuntimeException

    contains , getMostSpecificCause , getRootCause

    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

    UnexpectedRollbackException

    public UnexpectedRollbackException ( String msg)
    Constructor for UnexpectedRollbackException.
    Parameters:
    msg - the detail message

    UnexpectedRollbackException

    public UnexpectedRollbackException ( String msg, Throwable cause)
    Constructor for UnexpectedRollbackException.
    Parameters:
    msg - the detail message
    cause - the root cause from the transaction API in use