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(@NonNull IParameter parameterDef, @NonNull String errMsg)
    • ParameterException

      public ParameterException(@NonNull IParameter parameterDef, @NonNull String errMsg, @NonNull Throwable t)
    • ParameterException

      public ParameterException(@NonNull IParameter parameterDef, @NonNull Throwable t)