Class MoeraCartesException

All Implemented Interfaces:
Serializable

public class MoeraCartesException extends RuntimeException
This class represents an exception specific to operations related to cartes.

This exception is primarily used in the context of MoeraCarteSource to signal errors encountered during carte-related operations.

See Also:
  • Constructor Details

    • MoeraCartesException

      public MoeraCartesException(String message)
      Constructs a new MoeraCartesException with the specified detail message.
      Parameters:
      message - the detail message that provides additional context about the exception
    • MoeraCartesException

      public MoeraCartesException(String message, Throwable cause)
      Constructs a new MoeraCartesException with the specified detail message and cause.
      Parameters:
      message - the detail message that provides additional context about the exception
      cause - the cause of the exception, which may be used to retrieve the original error