public class SigningException extends AbstractCheckedException
Constructor and Description |
---|
SigningException(String path,
String message,
Throwable cause)
Constructs an
SigningException with the specified message and root cause. |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Return the repository path to the file associated with this electronic signing error.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, 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 associated with this electronic signing error.message
- The detailed message.cause
- The root cause for this exception.public String getPath()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA