Class SigningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.content.repository.signature.SigningException
- All Implemented Interfaces:
Serializable
Thrown when an error occurs during the signing process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSigningException(String path, String message, Throwable cause) Constructs aSigningExceptionwith the specified message and root cause. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SigningException
Constructs aSigningExceptionwith 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
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.
-