public class TransferProcessingException extends TransferException
| Constructor and Description |
|---|
TransferProcessingException(String msgId) |
TransferProcessingException(String msgId,
Object[] msgParams) |
TransferProcessingException(String msgId,
Object[] msgParams,
Throwable cause) |
TransferProcessingException(String msgId,
Throwable cause) |
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransferProcessingException(String msgId, Object[] msgParams, Throwable cause)
msgId - StringmsgParams - Object[]cause - Throwablepublic TransferProcessingException(String msgId, Object[] msgParams)
msgId - StringmsgParams - Object[]public TransferProcessingException(String msgId, Throwable cause)
msgId - Stringcause - Throwablepublic TransferProcessingException(String msgId)
msgId - StringCopyright © 2005–2018 Alfresco Software. All rights reserved.