Class AuthorNagException

All Implemented Interfaces:
Serializable

public class AuthorNagException extends RuntimeException
Since:
1.0.0
See Also:
  • Constructor Details

    • AuthorNagException

      public AuthorNagException(String message)
      Constructs a new AuthorNagException based on the given Exception
      Parameters:
      message - Brief message explaining the cause of the exception
      Since:
      1.0.0
  • Method Details