Class TransferFailureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransferFailureException
    extends MsgException
    Exception raised if sending a task fails
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TransferFailureException()
      Constructs an TransferFailureException without a detail message.
      TransferFailureException​(java.lang.String s)
      Constructs an TransferFailureException with a detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransferFailureException

        public TransferFailureException()
        Constructs an TransferFailureException without a detail message.
      • TransferFailureException

        public TransferFailureException​(java.lang.String s)
        Constructs an TransferFailureException with a detail message.
        Parameters:
        s - the detail message.