Class SigningException

All Implemented Interfaces:
Serializable

public class SigningException extends AbstractCheckedException
Thrown when an error occurs during the signing process.
See Also:
  • Constructor Details

    • SigningException

      public SigningException(String path, String message, Throwable cause)
      Constructs a SigningException with the specified message and root cause.
      Parameters:
      path - The repository path to the file that is associated with the signing error.
      message - The detailed message.
      cause - The root cause of the exception.
  • Method Details

    • getPath

      public String getPath()
      Gets the path to the file that is associated with the signing error.
      Returns:
      The path to the file that is associated with the error.