Class CancelledReconstructionException

All Implemented Interfaces:
Serializable

public class CancelledReconstructionException extends ReconstructionException
Exception raised if reconstruction process is cancelled.
See Also:
  • Constructor Details

    • CancelledReconstructionException

      public CancelledReconstructionException()
      Constructor.
    • CancelledReconstructionException

      public CancelledReconstructionException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • CancelledReconstructionException

      public CancelledReconstructionException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • CancelledReconstructionException

      public CancelledReconstructionException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.