Class SegmentMismatchException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SegmentMismatchException()
      Constructs a SegmentMismatchException with no detail message.
      SegmentMismatchException​(java.lang.String message)
      Constructs a SegmentMismatchException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SegmentMismatchException

        public SegmentMismatchException()

        Constructs a SegmentMismatchException with no detail message.

      • SegmentMismatchException

        public SegmentMismatchException​(java.lang.String message)

        Constructs a SegmentMismatchException with the specified detail message.

        Parameters:
        message - The message.