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 new Cta4jException with the specified detail message.
      Parameters:
      message - the detail message
    • Cta4jException

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