Class DotenvException

All Implemented Interfaces:
Serializable

public class DotenvException extends RuntimeException
Signals that dotenv exception of some sort has occurred.
See Also:
  • Constructor Details

    • DotenvException

      public DotenvException(String message)
      Create a dotenv runtime exception with the specified detail message
      Parameters:
      message - the detail message
    • DotenvException

      public DotenvException(Throwable cause)
      Creates a dotenv runtime exception
      Parameters:
      cause - the cause