Class Cta4jException

All Implemented Interfaces:
Serializable

public class Cta4jException extends RuntimeException
A custom exception class for handling cta4j-specific errors.
See Also:
  • Constructor Details

    • Cta4jException

      public Cta4jException(String message)
      Constructs a Cta4jException.
      Parameters:
      message - the detail message
    • Cta4jException

      public Cta4jException(String message, Throwable cause)
      Constructs a Cta4jException.
      Parameters:
      message - the detail message
      cause - the cause of the exception