Class FailedReconstructionException

All Implemented Interfaces:
Serializable

public class FailedReconstructionException extends ReconstructionException
Exception raised if reconstruction process fails for some reason.
See Also:
  • Constructor Details

    • FailedReconstructionException

      public FailedReconstructionException()
      Constructor.
    • FailedReconstructionException

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

      public FailedReconstructionException(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.
    • FailedReconstructionException

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