Class TransferFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.service.cmr.transfer.TransferException
-
- org.alfresco.service.cmr.transfer.TransferFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransferFailureException extends TransferException
Transfer failure exception- Author:
- davidc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransferFailureException(TransferEventError event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferEventErrorgetErrorEvent()Gets the end event (representing the failure)-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-
-
-
Constructor Detail
-
TransferFailureException
public TransferFailureException(TransferEventError event)
-
-
Method Detail
-
getErrorEvent
public TransferEventError getErrorEvent()
Gets the end event (representing the failure)- Returns:
- end event
-
-