Package org.jcsp.net

Class DuplicateChannelLabelException

All Implemented Interfaces:
Serializable

public class DuplicateChannelLabelException extends RuntimeException
This Exception is thrown if there is an attempt to label a channel's VCN with a label that already exists at the same Node.
See Also:
  • Constructor Details

    • DuplicateChannelLabelException

      DuplicateChannelLabelException()
      Constructor for DuplicateChannelLabelException.
    • DuplicateChannelLabelException

      DuplicateChannelLabelException(String message)
      Constructor for DuplicateChannelLabelException.
      Parameters:
      message -