Class SenderException

All Implemented Interfaces:
Serializable

public class SenderException extends IbisException
Exception thrown by the ISender (implementation) to notify that the sending did not succeed.
Author:
Gerrit van Brakel
See Also:
  • Constructor Details

    • SenderException

      public SenderException()
    • SenderException

      public SenderException(String errMsg)
    • SenderException

      public SenderException(String errMsg, Throwable t)
    • SenderException

      public SenderException(Throwable t)