Package org.alfresco.filesys.alfresco
Class AlfrescoTxDiskDriver.PropagatingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.filesys.alfresco.AlfrescoTxDiskDriver.PropagatingException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AlfrescoTxDiskDriver
protected static class AlfrescoTxDiskDriver.PropagatingException extends java.lang.RuntimeExceptionA wrapper for checked exceptions to be passed through the retrying transaction handler.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropagatingException(java.lang.Throwable cause)
-