Package org.alfresco.repo.transaction
Class RetryingTransactionInterceptor.WrapperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.repo.transaction.RetryingTransactionInterceptor.WrapperException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RetryingTransactionInterceptor
public static class RetryingTransactionInterceptor.WrapperException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrapperException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrapperException
public WrapperException(Throwable cause)
-
-