Class SegmentationFailedException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class SegmentationFailedException extends AnchorFriendlyCheckedException
When a segmentation cannot successfully complete.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • SegmentationFailedException

      public SegmentationFailedException(String message)
      Create with a message only.
      Parameters:
      message - the message.
    • SegmentationFailedException

      public SegmentationFailedException(Throwable cause)
      Create with a cause only.
      Parameters:
      cause - the cause.
    • SegmentationFailedException

      public SegmentationFailedException(String message, Throwable cause)
      Create with a message and a cause.
      Parameters:
      message - the message.
      cause - the cause.