public class SigningException extends AbstractCheckedException
Constructor and Description |
---|
SigningException(String path,
String message,
Throwable cause)
Constructs a
SigningException with the specified message and root cause. |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets the path to the file that is associated with the signing error.
|
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SigningException(String path, String message, Throwable cause)
SigningException
with the specified message and root cause.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.public String getPath()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>