java.io.Serializable
public class TransferFailureException extends MsgException
Constructor | Description |
---|---|
TransferFailureException() |
Constructs an
TransferFailureException without a detail message. |
TransferFailureException(java.lang.String s) |
Constructs an
TransferFailureException with a detail message. |
public TransferFailureException()
TransferFailureException
without a detail message.public TransferFailureException(java.lang.String s)
TransferFailureException
with a detail message.s
- the detail message.