com.sas.hls.resource.repository.exception
Class SigningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.resource.repository.exception.SigningException
- All Implemented Interfaces:
- Serializable
public class SigningException
- extends AbstractCheckedException
Thrown when an error occurs during the electronic signature process.
- See Also:
- Serialized Form
Method Summary |
String |
getPath()
Return the repository path to the file associated with this electronic signing error. |
SigningException
public SigningException(String path,
String message,
Throwable cause)
- Constructs an
SigningException
with the specified message and root cause.
- Parameters:
path
- The repository path to the file associated with this electronic signing error.message
- The detailed message.cause
- The root cause for this exception.
getPath
public String getPath()
- Return the repository path to the file associated with this electronic signing error.
- Returns:
- The path to the repository file associated with the error.
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA