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