com.sas.hls.resource.repository.exception
Class SigningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.hls.common.exception.AbstractCheckedException
              extended by 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

Constructor Summary
SigningException(String path, String message, Throwable cause)
          Constructs an SigningException with the specified message and root cause.
 
Method Summary
 String getPath()
          Return the repository path to the file associated with this electronic signing error.
 
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException
getLocalizedMessage, getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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