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:
Serializable
- Enclosing class:
- AlfrescoTxDiskDriver
protected static class AlfrescoTxDiskDriver.PropagatingException extends RuntimeException
A wrapper for checked exceptions to be passed through the retrying transaction handler.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropagatingException(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
-
PropagatingException
public PropagatingException(Throwable cause)
- Parameters:
cause- Throwable
-
-