Class ParameterException

All Implemented Interfaces:
Serializable

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

    • ParameterException

      public ParameterException(String parameterName)
    • ParameterException

      public ParameterException(String parameterName, String errMsg)
    • ParameterException

      public ParameterException(String parameterName, String errMsg, Throwable t)
    • ParameterException

      public ParameterException(String parameterName, Throwable t)
  • Method Details

    • getParameterName

      public String getParameterName()