Class SegmentMismatchException

All Implemented Interfaces:
Serializable

public class SegmentMismatchException extends UsrException
SegmentMismatchException is thrown when two addresses with different segments are used in an operation that requires the same segment.
See Also:
  • Constructor Details

    • SegmentMismatchException

      public SegmentMismatchException()

      Constructs a SegmentMismatchException with no detail message.

    • SegmentMismatchException

      public SegmentMismatchException(String message)

      Constructs a SegmentMismatchException with the specified detail message.

      Parameters:
      message - The message.